Odd php execution problem...
- From: "ZaneK" <zanekierkegaard@xxxxxxxxxxx>
- Date: 25 May 2006 08:08:31 -0700
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
.
- Follow-Ups:
- Re: Odd php execution problem...
- From: ZaneK
- Re: Odd php execution problem...
- From: Karel de Vos
- Re: Odd php execution problem...
- Prev by Date: Re: printf() with control character
- Next by Date: Re: Odd php execution problem...
- Previous by thread: Pleas Help. Need to extract html for a list of URLs
- Next by thread: Re: Odd php execution problem...
- Index(es):
Relevant Pages
|