July
13
How do I tell Which Version of PHP is running?
Posted In: Programming by CrustyEnd
Do you know what version of PHP is running on your web server. A quick way to tell is to create a file on the server that contains the following single line of code
<?php phpinfo() ?>
Just create the file and then pull it up in a web browser. You will find out everything you need to know about the PHP installation running on the server.
|
|
Make a Comment |