What is the path to PHP5?

We are currently running the latest stable version of PHP5. /usr/bin/php
  • 492 Users Found This Useful

Was this answer helpful?

Related Articles

Test MySQL Connection

The following is a great way to verify a MySQL / MariaDB database connection issue. Create a file...

Warning: system() has been disabled for security reasons

system is a feature of php which is disabled by default. To change this if needed for a...

Learn MariaDB

MariaDB is a drop-in replacement for MySQL. The lead developer and founder of MySQL, Michael...

How can I parse html as php?

Create an .htaccess file and upload it to the root of your public_html directory. Include the...

Strict Standards: Non-static method JLoader::register() should not be called statically in

This error indicates your script is using out-dated PHP commands. It is best to update your...