[PHP3.06] What file extensions can run PHP?

PHP will run all files with the following extensions by default:-

.php
.php3
.php4
.php5

.php4 files will run under PHP4, .php5 files will run under PHP5 by default. .php files will run under the default PHP version (5).

Was this answer helpful?

 Print this Article

Also Read

[PHP3.01] How can I upload my MySQL database?

There are numerous ways to upload a MySQL database, we would strongly recommend trying methods 2...

[PHP3.15] How do I edit php.ini (PHP settings) for my hosting package?

Becuase of the way in which we run PHP, you are able to customise its behaviour with php.ini...

[PHP3.16] How are PHP4 and PHP5 set up?

The default PHP version on our webservers is version 5. This is how the PHP setup on our servers...

[PHP3.13] Mime magic is not enabled

To enable mime magic, add the following to your php.ini file:mime_magic.magicfile =...

[PHP3.11] What PHP5 modules do you support?

Print NowWhat PHP5 modules do you support?The following modules are available:-MySQL ClientGD...