Hello.
How do i print a line return using the echo command, for when i see the page source,
i get the code line by line and not all in the same line.
using double quotes ( " ), i can put \n at the end and i get the result i want,
but, using sinle quotes ( ' ), \n doesnt work.
if i use double quotes, in a simple html comand i need to use \" and i dont want that.
is any way i could use single quotes, and getting the line feed ?? example: Double quotes: echo "<table border=\"1\" width=\"800px\">\n";
single quotes: echo '<table border="1" width="800px">';
cheers
Bruno Santos
-- Say no to software patents www.nosoftwarepatents.com/ -- bvsantos@xxxxxxxxxxxxxxxx -- Divisao de Informatica informatica@xxxxxxxxxxxxxxxx Tel: +351 272 000 155 Fax: +351 272 000 257 -- Hospital Amato Lusitano geral@xxxxxxxxxxxxxxxx Tel: +351 272 000 272 Fax: +351 272 000 257
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php