View Single Post
  #1 (permalink)  
Old 04-11-2007, 15:26
flesso's Avatar
flesso flesso is offline
Premium Member
 
Join Date: Mar 2007
Location: 127.0.0.1
Posts: 1,354
Default Finding Out PHP Version and Installed PHP Components On Your Server

Although most advanced users will know about this, novices may not. If you're a first time programmer or programming in a different environment in PHP then you would probably want to know about PHP on your server, i.e. what libraries are installed, what version of PHP is intalled etc. To accomplish this, all you have to do is create a blank PHP file with the following code inside it:

PHP Code:

<?php phpinfo(); ?>
That code will give you all the information you will need to know about PHP on your server!

Happy coding!
__________________
Regards,
Josh Hold


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Over 1000 Computer Related Articles to Sink Your Teeth Into!



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
- Gig Listings for London


Super Moderator
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


I'm only a forum gremlin (moderator), and do not work for eUKhost in any way. Opinions expressed by me are mine only, and do not reflect those of either eUKhost or any company that may be listed above.

I don't bite, honest.