PHP Tutorial // For and Foreach
lifeg0eson666
13 min – 29-Jun-07
This is a PHP tutorial regarding the For and Foreach functions. Read the rest of this entry »
Sphere: Related Content
How to update a MySQL DB with AJAX using D4PHP by CodeGear
howie1howie
7 min – 7-Sep-07
This Delphi for PHP tutorial shows you step by step how to create a Delphi for PHP web application to update a MySQL database using AJAX. Read the rest of this entry »
Sphere: Related Content
PHP Tutorial – Les 6
Damiaantjuh
10 min – 12-Dec-07
Dit is de laatste les voordat je een inlogsysteempje kan gaan maken! Read the rest of this entry »
Sphere: Related Content
PHP Tutorial // User Registration w/ SQL
lifeg0eson666
16 min – 1-Oct-06
PLEASE CHECK OUT THE SECOND VIDEO OF THIS
A quick and easy user registration using php, sql and phpmyadmin.
For full size and source codes: http://www.neoblob.com/phpsquad/tuts/php/1/
SQL:
CREATE TABLE `user` (
`id` int(10) unsigned NOT NULL auto_increment,
`username` varchar(20) NOT NULL default ”,
`password` varchar(50) NOT NULL default ”,
`email` varchar(40) NOT NULL default ”,
`ip` varchar(20) NOT NULL default ”,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; Read the rest of this entry »
PHP Tutorial #4 – Login form (updated)
Grollon999
10 min – 14-Jun-07
This PHP tutorial elaborates on my second PHP tutorial which covers authentication. This PHP tutorial covers a more advanced PHP script which allow/denies users access to a specific website. Visit http://www.rascal999.co.uk/ for more info, tutorials and forum!
Apologies for the belch half way through, I was unaware I uploaded that version of the tutorial
Vent server: rascal999.selfip.com Read the rest of this entry »
Sphere: Related Content