> > 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:

Either that, or short_open_tags is not enabled. Try changing the first
'<?' to a '<?php' and see if that doesn't help. And view source - John may
be right. :)

---------------------------------------------------------------------
michal migurski- contact info and pgp key:
sf/ca            http://mike.teczno.com/contact.html

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to