PHP Tutorial // User Registration w/ SQL
Uploaded by: lifeg0eson666
Video Description:
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 NU
LL 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 ;
Tags for this video: computers lgo666 mysql php phpmyadmin sexy sql tutorial video
Find more videos in the "Howto" category
See more videos uploaded by lifeg0eson666
Comments for this video: Show || Hide
Tell a friend:















I like it!
_DATEHERWOW -DOT- COM_
Parse error: parse error in C:\xampp\htdocs\reg\do_reg.php on line 3