Archive for the 'PHP and Mysql' Category



PHP & JS: How to create a random quote generator!

Sunday 25 January 2009 @ 10:59 am

Preview of finished concept: http://www.sitegale.com/quote/index.php

Hey, today we will be creating a random quote generator, similar to http://thesurrealist.co.uk/slogan . We will be using html, php and javascript for this (the javascript is to apply some nice effects to it :)). We will run this without a mysql database, but you could easily run this from a mysql database or even a text file! This is the basic system, so you could add loads on to it.

Continue Reading »
PHP & JS: How to create a random quote generator!




New Ajax tutorial: Live user validation

Friday 9 January 2009 @ 10:27 am

Hello, in this tutorial you will learn how to create a live user validation, where it checks the database for existing users, and reports out whether it is taken or not using live ajax. This can be applied for many other similar techniques, such as live validation, live email validation e.t.c.

Continue Reading »
New Ajax tutorial: Live user validation




New php tutorial: Create a membership system with OOP

Thursday 8 January 2009 @ 7:03 pm

In this tutorial you will learn how to create a membership system using OOP styled PHP (classes). You will learn many different techniques in this tutorial which will apply to making a variety of different applications and systems with php. If you have any questions about this tutorial, or need some help then please write a comment. The source files will be available for download at the end of the tutorial.
Continue Reading »
New php tutorial: Create a membership system with OOP