Starting With PHP PHP / Getting Started
Functions, arrays, superglobals and much much more. PHP can seem like an extremely complex thing at first, but in this beginners tutorial you will learn the basics of this incredibly popular language, and hopefully understand enough to be able to keep on learning.
Forced Download PHP / Getting Started
Ever wanted to be able to allow users to download files that would normally open in the browser, such as images or html pages? If so, this tutorial is for you. The script we will be creating and using is only 8 lines long, and fairly straightforward.
Basic Calculator PHP / Getting Started
In this tutorial were going to be creating a very simple calculator, using a very simple PHP script. It will be able to handle Addittion (+), Subtraction (-), Multiplacation (*) and Division (/). To fully understand this tutorial, i suggest you have a good understanding of XHTML (in particular forms), and a basic understanding of PHP (in particular If statements and variables).
Contact Form PHP / Forms
Contact forms are becoming more and more frequent on many websites. While in their simplest method they are fairly easy to create, adding security cranks up the difficulty just a notch. However, this easy to understand tutorial should help you create one in no time at all.
Manipulating Links CSS / Links Formatting
CSS is used to spruce up how a website looks, correct? Well then one of the first things you should definatley do, is change the colors of hyperlinks to match your sites design. It looks a lot more professional than using the default hyperlink colors, and will make it feel a lot better.
Embedding Flash HTML / Getting Started
Learn how to embed flash content into your webpage whilst following the W3 standards.Embedding flash applications into a webpage is extremley simple.
Forms HTML / Forms
Forms are one of the most common things on websites these days. Almost every website has contact forms or search forms, and the HTML side of it is extremely easy.