faqts : Problem solving

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

2 of 2 people (100%) answered Yes
Recently 2 of 2 people (100%) answered Yes

Entry

testing your php installation on the apache server using phpinfor() function

Oct 19th, 2006 04:14
Chad Currie, semwezi herbert, http://www.blogvoid.com/category/php-programming/


If you mean using the built in phpinfo() function you can make a 
simple page as follows:
<?php
echo phpinfo();
?>
This will display the test page you are looking for in your browser.