"Peter Hutnick" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm soliciting comments on style, technique, etc. Be brutal, but don't > get your feelings hurt if I don't take your comments as gospel. > References will help me take comments to heart.
Heck, I don't have anything better to do at the moment anyway. All I can say in first, I will not judge your style - it's all up to you. Now, first of all, why did you this: <?php echo("<?xml version=\"1.0\" encoding=\"UTF-8\" ?>"); ?> and not just: <?xml version="1.0" encoding="UTF-8" ?> ? Less parsing for PHP :P But other than that, I couldn't find anything very wrong about it... only that I personally prefer to call a print() statement for everything, and don't use PHP as an embedded language but just as a normal programming language... But that's just me :P Hope this helps you a little bit... Regards, Leon Mergen http://www.antrophia.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php