php script delimiter <? not recognized

php script delimiter <? not recognized

am 29.01.2008 20:28:09 von smagnis

Hi,

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 ' to make '
TIA,
Hemanth

Re: php script delimiter <? not recognized

am 29.01.2008 20:32:12 von luiheidsgoeroe

On Tue, 29 Jan 2008 20:28:09 +0100, wrote:

> Hi,
>
> 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 ' > to make '
http://nl3.php.net/manual/en/ini.core.php#ini.short-open-tag

It's advisable to change to 'full' tags though.
--
Rik Wasmus

Re: php script delimiter <? not recognized

am 29.01.2008 21:15:33 von smagnis

On Jan 29, 11:32 am, "Rik Wasmus" wrote:
> On Tue, 29 Jan 2008 20:28:09 +0100, wrote:
> > Hi,
>
> > 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 ' > > to make ' >
> http://nl3.php.net/manual/en/ini.core.php#ini.short-open-tag
>
> It's advisable to change to 'full' tags though.
> --
> Rik Wasmus


Thanks for the pointer.

- Hemanth

Re: php script delimiter <? not recognized

am 29.01.2008 22:07:44 von AnrDaemon

Greetings, smagnis@gmail.com.
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 ' > to make '
You shouldn't.
Use

--
Sincerely Yours, AnrDaemon