[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.09] What is the path to ImageMagick?

The full path to the binary is:- /usr/bin/convertSome scripts request the directory path, rather...

[PHP3.05] Can I place a PHP script in any directory I choose?

Yes. PHP scripts do not have to reside in any particular directory and will run anywhere in your...

[PHP3.04] What is PHP?

Self-referentially short for PHP: Hypertext Preprocessor, an open source, server-side, HTML...

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

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

[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...