Quote:
Originally Posted by TheSquealer
Is there a reason not to do this? What are the errors?
It works anyway.
|
Short open tags don't work on all servers (got to set short_open_tag to On in php.ini) so the script isn't as portable as it should be (might dump php code to the surfers browser...)
Using php short tags can also cause problems when using xml directives.