|
Prev: What's the difference between <? ?> and <?php ?> ???
Next: cannot compile php 5.2.5 following instructions exactly withvc++ 6
From: Jarrett Meyer on 18 Feb 2008 08:45 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"" <abhisek.dutt(a)gmail.com> schreef in bericht > news:b7a836190709300013m3c2fe240h5a74749607aed330(a)mail.gmail.com... >> 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. jmtmeyer(a)yahoo.com http://www.jarrettmeyer.com |