Php Question….

Php Question….
Hi,

I have these old custom php scripts I’m trying to get working… Yet, they don’t seem to be parsing because of the way they are written.

Instead of statement being written like this…
<?php include”templates/footeradmin.php”; ?>

they are written like this..
<? include”templates/footeradmin.php”; ?>

They will not parse without me adding the “PHP”. There are thousands of these files, and I don’t feel like updating manually. I assume there is a server, apache or php.ini configuration setting that will allow me to parse these files in the original format.

Of course I could just do a search/replace… but I would rather not.

I’m running PHP 5.2.12

Any help will be greatly appreciated.

Regards,

Wyatt

Leave a Reply

Your email address will not be published. Required fields are marked *