Popular Developer Tutorials
This tutorial is intended for those developers who come across the situation where they need to cater for what is known as a 'many-to-many' relationship. It will explain how to generate the database tables to deal with such a relationship, and how to design HTML forms to display and update the contents of these tables.
Customizing the PHP Error Handler
This tutorial is intended for the novice or intermediate PHP programmer. Basic knowledge of creating and using functions is assumed.One of the last areas that developers seem to deal with in their code is error handling.
Saving PHP Session Data to a Database
As you should be aware the HTTP protocol, as used for serving web pages, is completely stateless. This means that after the server has received a request, processed it and sent a response, the process which dealt with that request dies. Anything that the process had in its memory therefore dies with it, so when a subsequent request is received from the same client it is unable to refer to its memory about anything that happened previously.
HTML Forms POST, GET
Web forms have two possible methods of passing information back to the script that will process the form.
Accessing and Manipulating XML Data in Microsoft .NET Framework
The Extensible Markup Language (XML) is a simple, flexible and portable markup language. It is the preferred standard of communication developed by the World Wide Web Consortium (W3C).
Accessing and Manipulating XML Data in Microsoft .NET Framework
The Extensible Markup Language (XML) is a simple, flexible and portable markup language. It is the preferred standard of communication developed by the World Wide Web Consortium (W3C).
User Feedback HTML Form
Finally we come to Forms. After going through this celestial section you'll be able to make your own HTML feedback forms so that the visitors can send you feelers about what are their intentions vis-à-vis you and your Web site, and other sundry things that may or may not concern you.
A Shopping Cart Class in PHP
Classes have eluded me (rather I have eluded them) since the beginning of my primitive programming days (remember Turbo C++?). They have always hovered over the horizons. This hasn't nagged me much, for I've been managing without classes pretty well, but sooner or later I had to come in contact with them. So in the morning (and I hadn't slept the entire night) I executed a gut-wrenching plunge into the depths of classes, and the shopping cart class was the first thing I wrote. Here's the class...
Sorting an Array in PHP
Now and then you need to sort your arrays alphabetically or numerically, if nothing else, then just to apply some programming logic and attain the desired output. You can sort an array in PHP by using two functions...
Adding records to a MySQL database using PHP
There comes time when your website tends to transcend the boundaries of mere brochure type looks. There is a need to interact, to seem dynamic, and to respond according to your visitor's behavior. You also want your visitors to go through a list of offerings that run into hundreds. Creating hundreds of web pages having a uniform layout for hundreds of products can become an overwhelming task.
HTTP Error Codes Reference
The jargon of the web has added many new words and terms to the English language.... way too many! - it's hard to keep up with the terminology, definition and explanations.
Giving search engine spiders direction with a 301 redirect
If you are renaming or moving files, you may lose your visitors and rankings! Preserve them both with this simple .htaccess 301 redirect.
Making a Flash Website
An easy to understand tutorial on making your very own flash website.
Creating an Image Gallery with PHP
This tutorial will show you how to make a basic image gallery using PHP.
The Mouseover / Rollover Effect
This is what you often see on various web sites - when you hover your cursor over an image, it metamorphoses into some other image. Leanr how to do it yourself.
