|
<? phpinfo(); ?>
I had my my php working and and was using the above statement to run a php test page. I did not reboot, or restart httpd, but when i came back to play after a 6 day vacation i found that the page no longer displayed the php info. The statement only shows <? phpinfo(); ?> as a standard html.
I have rebooted, httpd restart stop and start, i have looked through my httpd.conf file and made sure that it is loading the php modules and did httpd -T and all is running right? But, i still am not getting display of php info.
Any suggestions.
|