In your php.ini, if you want <? and ?> to work, you need to turn on "short tags". However, it is better to write long-tag compliant code in the first place. However, going through and editing that much code can be a bit of a bother.

friso wrote:
all I know is that <? ?> are not XML compliant and you are advised to use <?php ?> instead...

""Abhishek Dutta"" <[EMAIL PROTECTED]> schreef in bericht news:[EMAIL PROTECTED]
Hello.
I just did a 'manual' installation of php on my winxp. A very weird (maybe) problem encountered. It doesn't 'recognize' <? ?> tags. but it recognizes
<?php ?> tags. Clueless. Someone please help me out.
regards
Abhisek




--
Jarrett M. T. Meyer, M.B.A.
[EMAIL PROTECTED]
http://www.jarrettmeyer.com

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

Reply via email to