|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
[PLUG] Help with Apache PHP
|
I have been running Apache for over 10 years and believe it or not have
never used PHP. I was trying to test it and I cannot seem to get it to
work. As far as I know the PHP modules is loading. I had some library
issues because I moved some X11 libs (I do not use X11 on this system) but
I solved that and Apache loads and runs fine.
Should I not be able to create the following....
<html>
<head>
</head>
<body>
<?
phpinfo();
?>
</body>
</html>
and save it as test.html on my server and see the results if it is
working?
When I execute this I just get a blank page. No errors.
Doug
****************************
* Doug Crompton *
* Richboro, PA 18954 *
* 215-431-6307 *
* *
* doug@crompton.com *
* http://www.crompton.com *
****************************
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|