> > May I also suggest that you rewrite your echo statements as: > > echo '<OPTION VALUE="donate">Donate this item</OPTION>'; > > Vastly improves legibility.
or just echo "<OPTION VALUE=donate>Donate this item</OPTION>"; is there any common use how it should be coded or does it really make no difference to forget the ""? i'm thinking here of old version of the php-parser or old webservers which could missunderstand the code. just to improve compatibility for further projects... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php