Thread
:
autoindention
View Single Post
May 13th, 2006, 11:33 AM
#
4
DaWei
Resident Grouch
Join Date: Jun 2005
Posts: 6,453
Rep Power:
10
This is what your PHP interpreter works with:
[php]echo("<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n");
echo("test 1<br/>\n");
echo("test 2\n");
[/php]
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner:
Grumpy on C++ Exceptions
DaWei on Pointers
DaWei
View Public Profile
Visit DaWei's homepage!
Find More Posts by DaWei