Re: Odd php execution problem...
- From: Karel de Vos <ng@xxxxxx>
- Date: Thu, 25 May 2006 17:36:34 +0200
You will have to enable short open tags:
http://www.php.net/manual/en/ini.core.php#ini.short-open-tag
ZaneK wrote:
Here's what I'm running:.
PHP Version 5.1.2
Apache 2.2.0
Fedora Core 4
Here's my problem:
I'm able to run PHP scripts without issue, as long as the PHP chunks
within the document are declared with "<?php". However, many programs
declare the PHP portions with "<?=". When I attempt to run code that's
written this way, the code is printed, not executed by the server.
If both styles are included in the same .php document, the "<?php"
stuff runs, but the "<?=" portions do not.
I'm sure there's an obvious solution, but I'm pulling my hair out. Any
advice?
Thanks,
ZaneK
- References:
- Odd php execution problem...
- From: ZaneK
- Odd php execution problem...
- Prev by Date: Odd php execution problem...
- Next by Date: Re: Odd php execution problem...
- Previous by thread: Odd php execution problem...
- Next by thread: Re: Odd php execution problem...
- Index(es):
Relevant Pages
|
|