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

Reply via email to