Quote:
Originally posted by Gutspiller
How do I find out what php version I am using? I am using Ventures Online and I would think they are using the latest php, since many other VB users are using them.
|
make a file called for example info.php and put this code in it:
PHP Code:
<?php
phpinfo();
?>
save it , upload it to your webserver and execute the file and then you will get a long table with information about the installation of your php.