Re: php script delimiter <? not recognized
Greetings, smagnis@xxxxxxxxxx
In reply to Your message dated Tuesday, January 29, 2008, 22:28:09,
I'm running PHP version 5.2.4 and the parser is not recognizing '<?'
tag (displays code following the tag). My scripts only work if I
change it to '<?php' tag. Any ideas on what settings I should change
to make '<?' work ??
You shouldn't.
Use <?php as recommended.
--
Sincerely Yours, AnrDaemon <anrdaemon@xxxxxxxxxxx>
.
Relevant Pages
- Re: *Solved* Why doesnt this page display anything in IE6?
... short tag for, and instead requires that the end tag be ... is for these platforms and if this is your only audience then code for those ... renders but scripts broken in Opera ... (microsoft.public.windows.inetexplorer.ie6.browser) - Re: Why people use this style of javascript declaration?
... The reason is historical. ... Netscape 2.x, and it did not support external .js files, only scripts ... Respectively tag was added to HTML specs as the one requiring ... the external .js file executed and inline content ignored. ... (comp.lang.javascript) - Re: Need Help with Registering Client Scripts
... So instead of calling RegisterClientScriptInclude ... I instead forced these scripts into the <head> tag ... (microsoft.public.dotnet.framework.aspnet) - Re: Accessing Python script with ColdFusion
... I've tried using a timeout of 1 and 3. ... I can run the scripts from the Linux ... >Have you made sure you specified a timeout in the CFEXECUTE tag? ... >Jay Dorsey ... (comp.lang.python) - passing paremeters to ANT
... solution by looking at our current build scripts and reading up on ANT ... basically I'm responsible for the CVS and BASH scripts for checking out ... CVS to the ANT script so that a developer can then take that tag and ... (comp.lang.java.programmer) |
|