Web Programming
Web programming is an essential part of any website design if you require a truly dynamic and interactive browsing experience.
HTML (HyperText Markup Language) tells the browser what to display and how to display it, but by
itself it results in static pages with little or no interactivity. In order to provide some functionality
to your website, there must be some kind of computer program or "script" running behind the scenes to
dynamically generate the HTML and/or process the information entered by the surfer. In the example below,
the information entered on the form is sent to a PHP script that retrieves the current currency exchange
rates and displays the result.
Currency Exchange Calculator
To add this handy tool to your own website, copy and paste the following HTML code into your web page.
For websites such as MySpace and LiveVideo that don't allow iframes, you need to copy and paste the following code to embed the Flash version of the currency converter into your page.
Currency Exchange Calculator (Flash Version)
Why PHP and MySQL?
Paul Newson started programming computers in 1981 and has written programs in many, many programming languages during that time, so why favour PHP?
PHP is a widely used open source programming language. This means that there are no license fees
to pay and that it is constantly being developed. Most website
hosting services offer PHP as standard, so even if you choose not to use the
website hosting provided here, it will almost certainly be
available. Couple this with the power of MySQL databases to store information and the possibilities are
limitless.
Go back to services menu
Go back to services menu
Home