Yeah it seems pretty simple so far if anything I'm going to have to brush up on html stuff because the dropdown box and text area chapter when I took my html class I completely ignored because it was horrible submitting forms through e-mail... and stuff the book just kept saying other things are beyond the concepts of this book...
>.> arrays are gay in php they have like 4 types and i'll probably never use any of the but the first one...
LOL I made firefox stop responding for a few minds then replaced my code with a blank page
- Code: Select all
<body>
<?php
$number = 0;
while ($number < 1000000)
{
echo $number . "<br/>";
$number++;
}
?>
</body>