You need to escape the '/' with a '/', as it is a special character. So, anytime you run into an issue where it looks like PHP is trying to interpret something you just want it to print. The best first guess is to try and escape it.
Just Thought I would offer a little more explaination. > --- Jan Grafström <[EMAIL PROTECTED]> wrote: > > I want php to print " \tab" > > echo " \\tab"; > > Chris > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php