Click to See Complete Forum and Search --> : master list of code output formatting thingies?


Syngin
12-09-2004, 01:45 PM
Hi Guys,

Most of the time I use html to format my php output but I'm just getting into SwishMax (Flash knockoff) and dynamically generated text requires non html formatting when I import it.

By this I mean where '\n' is a line break etc...

What I really need is the representation for a tab actually but any useful ones would be appreciated.

Thanks guys.

raz0rblade
12-09-2004, 01:51 PM
\t

:)

Syngin
12-09-2004, 02:06 PM
Haha easy to see that I'm strictly a web developer eh?

raz0rblade
12-09-2004, 02:09 PM
Some more escape codes. (php.net manual)
http://us2.php.net/types.string

Syngin
12-09-2004, 02:20 PM
Cheers. Those'll help.

Uranus
12-09-2004, 04:54 PM
There might be a reverse for htmlentities() - doesn't do tabs though.
Sam