Re: [PHP] php reserved characters...

2004-07-12 Thread John W. Holmes
bruce wrote: i have the following: html body ? $test = p; echo $test; print $test; ? /body /html it doesn't seem to print... which leads me to believe that is a reserved char/word... i tried to do a \p with no luck... any idea as to what's going on, and can someone point me to a list of the

RE: [PHP] php reserved characters...

2004-07-12 Thread Ed Lazor
can someone point me to a list of the actual php reserved chars/words couldn't seem to track them down on the php site/google... http://www.php.net/manual/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php reserved characters...

2004-07-12 Thread Michal Migurski
i tried to do a \p with no luck... any idea as to what's going on, and can someone point me to a list of the actual php reserved chars/words couldn't seem to track them down on the php site/google... is not reserved. The problem is your HTML. Your result ends up like this: