From: Curtis C. <c_c...@ya...> - 2001-05-24 04:06:23
|
I concur with regard to the echo statements in the code. I wrote a small database application in PHP with a lot of if-then statements, and echo, print statements. If I want to change the way each form of the application looks, I have to go into the code and change all the echo/print statements. I am currently working on a OOP version of the same system and I am going to try to have it dump the data into XML and use XLST to transform it, but I'll be swimming below water for a couple of weeks before I figure it out. Anyways, echo statements pretty much ruin web gui code, as far as I'm concerned. Thanks, Curtis. __________________________________________________ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/ |