System Status

Everything's OK All of our systems are online and fully functional. Find out more

Need More Help?

Can't find the information you need?

Get in touch on our Contact Page

Articles in the Scripting with Perl & PHP category

  1. 6

    How to use a database with Perl

    Connecting to a database is a very common task for cgi scripts but can be a very involved process. Below we'll step through connecting to, inserting into and querying a database and displaying back the results. Connecting to the database If you haven't already created a MySQL database you ...

    Applies to: Dynamic Hosting, Premium Hosting, Unlimited Hosting, Multisite hosting

  2. 7

    Troubleshooting common PHP issues

    Here are some common problems and solutions you may find useful once you start scripting with PHP. Turn on error reporting If you're having problems one of the first things may want to do is enable error reporting. Error reporting takes a lot of the guess work out of debugging your code and ...

    Applies to: Dynamic Hosting, Premium Hosting, Unlimited Hosting, Email Hosting, Multisite hosting

  3. 8

    Troubleshooting common Perl issues

    Here are some common problems and solutions you may find useful once you start scripting with Perl. Plain text Perl source code is displayed If your web browser simply displays the source code of your CGI script this indicates that the web server didn't know how to process it. The most ...

    Applies to: Dynamic Hosting, Premium Hosting, Unlimited Hosting, Multisite hosting