Date: 07/29/06 (Java Web) Keywords: php, browser, web, hosting Create a file in your htdocs directory (ask the location from your web hosting provider if you are not sure named test.php. Open the file in your favorite text editor and add the line: < ?php phpinfo() ?> After saving the file, open in your browser: http://[your host name]/test.php Note: Replace [your host name] with your actual host name. Now if [...] Source: http://blog.taragana.com/index.php/archive/how-to-test-php-support-in-apache-http-server/
|