I took over the PHP project and I am trying to run it in my dev block. I am a developer, not a system administrator, so I have problems with his work.
The previous developer used .h files to enable PHP. My current configuration accepts this .h file and includes it without executing it. What do I need to look for in my apache configuration (or is it my php.ini)?
EDIT:
Something clicked when I read one of the comments below. The code uses ASP " <?" style tags . I have included this option in php.ini, and according to phpinfo (), it is activated, but apache still includes the code in the form of text.
I just checked it and ran the code with the full PHP opening tag " <?php". Having said that, I still enjoy working in a different way.
I am running code on a Macbook with the latest versions available. PHP 5.2.6, postgresql 8.3 and apache 2.
The code runs on an intermediate server, but I canβt understand what the difference is.
EDIT
Durrr ... I did not have short_open_tags included in php.ini.
source
share