I think it's server problem. See PHP manual, section Language Reference - Basic Syntax, Escaping from HTML. Is short_open_tag enabled on php.ini? LuckyGuy354 IT Beginner http://www.wiwid.org ----- Original Message ----- From: "David Weeks" <teacherweeks@xxxxxxxxx> To: <php-objects@xxxxxxxxxxxxxxx> Sent: Saturday, June 02, 2007 7:48 AM Subject: RE: Getting back in the game with error hunting > First off, thanks for your responses to my plea for help, I do have a > secondary questions, I am now getting parse errors, that I am figuring are > being returned from my open tags. I am currently using the <?php tag, when > I > use <? Things seem to work, but the code isn't run. I have been searching > the net trying to find an answer on this one, but I am kind of at a loss. > Do > you know if this is server configuration issue or something I am coding > wronging.