Thread: PHP Web Hosting
View Single Post
  #3 (permalink)  
Old 25-04-2007, 17:04
hairyfreak hairyfreak is offline
Member
 
Join Date: Apr 2007
Posts: 61
Default

I believe simply running the phpinfo(); command will provide a list of all of the installed modules and packages.

Create a PHP file named phpinfo.php. Open it in any text editor and enter:
< ?php phpinfo(); ? >

remove space after < and before >

Before saving the file. Then navigate to the file through your web browser and the file will list the information.
Reply With Quote