PHP is an powerful open source,
server-side, cross-platform, HTML embedded scripting language
that is often used as a front-end for databases, such as MySQL.
PHP uses .php extension.All version of PHP works with our latest
PHP version.
What information and server paths do i need to run PHP scripts?
PHP scripts need to have a .php extension.
public directory absolute path = /var/www/vhosts/yourdomain.com/httpdocs
path to sendmail = /usr/sbin/sendmail
path to the date program = /bin/date
My PHP Script is not working.. Can you help me?
Our tech support does not cover PHP script debugging.
This is considered to be advanced web design/programming.
We will make sure that PHP is enabled for your site, but tech
support does not debug, install or develop PHP scripts for our
customers. If we did we would need to charge an hourly rate for
php web development/programming. The same is true for the
troubleshooting of html, CGI, javascript, and so on
Here are a few things to try when you are troubleshooting a
PHP script:
- First of all, thoroughly read through the instructions
that came with the script and also check the website where
the script was downloaded for troubleshooting info and user
forums.
- Check to see if the script was uploaded to the server in
the proper format (ASCII not binary).
- Verify that all the paths are correct, including your
public directory path. Do not use the "www" part
of your domain in your public directory path. See our PHP
server paths section for more info.
- Check to see if all the file permissions are set correctly
if permissions are even required by your script. Permissions
can be set using an FTP program that allows
permissions to be set on transfer