Currency Selector

£GBP

Articles in the Scripting with Perl & PHP category

  1. 1

    How to create a PHP script

    PHP is a general purpose scripting language that is well suited to web development and can be embedded into HTML. If you want to find out more about PHP take a look at is extensive online manual. You can use any plain text editor to create a PHP script (e.g. Windows - notepad, Mac – ...

    Applies to: Dynamic Hosting, Premium Hosting, Unlimited Hosting

  2. 2

    How to create a Perl script

    Perl is a general-purpose programming language used for a wide range of tasks including web development. If you want to find out more about Perl take a look this introduction to Perl and the online documentation. You can use any plain text editor to create a Perl script (e.g. Windows - ...

    Applies to: Dynamic Hosting, Premium Hosting, Unlimited Hosting

  3. 3

    How to create an email form with PHP

    PHP was designed for making interactive web pages and mixing functionality with HTML. Form handling in PHP is quite a simple process. Here is a step-by-step for creating a simple feedback form. A visitor to your website fills this out and the information is emailed to you. Create the web ...

    Applies to: Dynamic Hosting, Premium Hosting, Unlimited Hosting

  4. 4

    How to create an email form with Perl

    Form handling in Perl can be a very involved process. Below is a step-by-step for creating a simple feedback form. A visitor to your website fills this out and the information is emailed to you. Create the web form First we need to create a simple HTML form, to start with we'll keep the form ...

    Applies to: Dynamic Hosting, Premium Hosting, Unlimited Hosting

  5. 5

    How to use a database with PHP

    Using a database is a very common task for PHP scripts but it can be a very involved process. Below we'll step through connecting to, inserting records and querying a database and displaying back the results. PHP has many predefined functions for dealing with MySQL databases, you can find a ...

    Applies to: Dynamic Hosting, Premium Hosting, Unlimited Hosting