PHP
Q1. Where do I put my PHP scripts?
Q2. Do you have PHP3? PHP4?
Q3. Is it possible to make the default index page a PHP script?
Q1. Where do I put my PHP scripts? You may put your PHP scripts anywhere you wish. Any file that ends in .php will be treated as a PHP script. [BACK]
Q2. Do you have PHP3? PHP4? We only support PHP4. However, you will find that most PHP3 scripts will run on PHP4 with very little or no modifications. [BACK]
Q3. Is it possible to make the default index page a PHP script? Yes. If there is no index.html file in your directory, the web server will automatically run index.php instead. [BACK]
|