PHP version

You can see the version of PHP when you log in your web hosting control panel and select “Server Status”. You can also create a phpinfo file to see more details.

1. Log in to control panel
2. Go to File manager
3. Choose your public_html folder
4. Select Create new file
5. Name the file phpinfo.php
6. Edit the file (this will open a new window)
7. Fill in the following in the file and save it.

<? php
phpinfo ();
?>

8. Now type in your browser : http://www.domain.com/phpinfo.php
9. You will see the version of PHP and much more detail information about PHP
10. Then delete the file

  • 642 Users Found This Useful
這篇文章有幫助嗎?

相關文章

Add your own php.ini file to the crontab command

If you want to use your own php.ini in the implementation of cronjobs, add the following to the...

Can I use short tags in PHP scripts

Yes you can. The settings of PHP (short_open_tag) allow you to use short tags in PHP scripts.

How to do URL redirection

You can do URL forwarding from the web hosting control panel. Once logged in click on Redirects....

How to increase the size of uploaded files in PHP

The standard maximum size of the file that you can upload in PHP is 2MB, but some scripts require...

How to turn off register_globals in PHP

In each directory where you want register_global to be turned off, place the following php.ini...

Powered by WHMCompleteSolution