try echo

ie...
echo "<p>this is a paragraph</p>r\n\";
the r\n\ is a return character and newline character.

"Karina S" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello,
>
> I want to make a php site which can generate a html code and display it on
> the screen. (Display the code itself.)
> I use htmlspecialchars() function. It works fine, but now I have to add
> about 200 lines of static html code to print it out. If I put all of the
> code in a string than it will appear in a single line. (Maybe it works,
but
> not nice)
>
> How can I easy print out more lines of html code with php?
>
> Thanks!
>
>




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to