Thread: php script...
View Single Post
Old 07-10-2011, 12:41 AM  
Barry-xlovecam
It's 42
 
Industry Role:
Join Date: Jun 2010
Location: Global
Posts: 18,083
Here is a simple Perl script tutorial: http://perl.about.com/od/appliedprog...icemonitor.htm

Maybe, that would work better in your situation ...

To get your server's PHP version;
in SSH or terminal:
Quote:
$ php -v
or in a file

PHP Code:
<?php
phpinfo
();

?>
Barry-xlovecam is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote