Your web hosting services includes the popular PHP programming language and MySQL database server. You are welcome to install any application that uses PHP and MySQL on your account. Follow the directions provided by your software vendor or developer when installing these packages, and use the following tips when prompted by any script installers or configuration files.

  • Upload the PHP scripts into the httpdocs directory inside of your account. PHP applications outside of this folder will not be processed by the web server. We advise keeping each PHP program in its own sub-folder of the httpdocs directory to prevent conflicts with other applications.
  • Do not remove the .php extension from the filename of any PHP scripts that you upload or they will not be properly recognized by the server.
  • If your application requires changes to the PHP configuration, you can set them in the httpdocs/.htaccess file using the php_value configuration directive.
  • If your script requires MySQL database access, you may be prompted for the following details:
    • MySQL Server or Hostname: localhost
    • MySQL username: This is the username that you have created using the control panel (under the Databases area).
    • MySQL Password: This is the password that you have assigned to the database user you created in the control panel’s Databases area.
    • MySQL Port: 3306
    • MySQL Database Name: This is the name of the database that you have created using phpMyAdmin; some PHP-based applications will create a database on their own without requiring you to do so. You can use any name that you wish for the database.
    • MySQL Table Prefix: Some applications will require a prefix for the table names that they create; use a unique prefix to denote the application that you are installing.