Re: Re: passthru

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Does anyone know way to passthru man pages so they don't show the
ascii formating?
You could:

1) Replace all newlines (ASCII 10) with a <br> tag. htmlspecialchars()
   will do this for you.

Does it? I thought it only replaced entities. \n is not a "special char"
in html lingo in that you can include them happily in a document and it
is still syntactically correct!

I believe you want the nl2br() function instead here.

Ah yes. My bad.

--
Richard Heyes
+44 (0)844 801 1072
http://www.websupportsolutions.co.uk

Knowledge Base and HelpDesk software
that can cut the cost of online support

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux