PHP is one thing and HTML is another thing.. Check the google source code
and you'll that this is how they have it... I assume the reason is to reduce
the size of the page...

-------------------

> That is not correct. Since PHP and HTML engines all ignore white space
> and comments it does not matter how much of either you put in a file.
> Your arguement is specious at best. If you really believed it was a
> problem you would eliminate new lines as well. Your code would begin to
> look like ...

<html><head><title>I Am A Code Genious, NOT</title></head><body
bgcolor="#FFFFFF">Tons of stuff in a long line</body></html>

or

<?php echo $variable." I am a code genious, NOT<br>\n";
for($i=0;$<100;$i++){if(4==$i/2){echo "I am still a genious,
NOT!<br>\n";}else{exit();}?>

Readable?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to