On Wed, 5 Mar 2003, LeTortorec, Jean-Louis wrote: >My pages starting and ending with "<?....?>" don't work anymore. I would >have to change them to "<?php...php?>". > >Do you know if there is a way for keeping "<?" running?
I think you might try: ini_set("short_open_tag", 1); Or edit your php.ini and set it there. -- Greg Donald http://destiney.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php