> I want php to print " \tab" > but when I do, I only get "ab" as output. > How do I keep the \t?
\t is a tab character. If you looked in your source code, you'd see a tab there. Use "\\tab" ---John W. Holmes... PHP Architect - A monthly magazine for PHP Professionals. Get your copy today. http://www.phparch.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php