How to Determine PHP Version
If you're programming with PHP at some point you will need to know which version you are using.
Posted in these interests:
If you're programming with PHP at some point you will need to know which version you are using.
If you're using OSX you can open Terminal by typing:
cmd + space bar
On the command line in Terminal type:
php -v
In this guide I'm going to describe how to get started with PHP and MySQL.