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 a 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: yourdomain/phpinfo.php
9. You will see the version of PHP and much more detail information about PHP
10. Then delete the file

Done !!

Esta resposta lhe foi útil? 0 Usuários acharam útil (0 Votos)