Installed LAMP, but PHP does not seem to work
- by Dave
Hello,
I did the yum install for apache, mysql, php, phpmyadmin. localhost/phpmyadmin displays correctly. I would assume PHP function correctly.
I put my webpages in /var/www/html/test_site/index.php. This page contains phpinfo. But it does not display an echo"test";
What could be wrong
Thanks
Dave