 |
Browse |
 |
|
 |
Quick Links |
 |
|
 |
Recommended |
 |
|
 |
Video Search |
 |
|
 |
Choose Currency |
 |
|
|

|
|
|
 |
PHP Tutorial // User Registration w/ SQL |
 |
Back
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 ;
Channel: Howto & Style
Uploaded: October 1, 2006 at 4:21 pm
Author: lifeg0eson666
Length: 0:16:20
Rating: 3.80
Views: 101,951
Tags: tutorial php sql mysql phpmyadmin lgo666 computers video sexy
Video Comments:
|
|
|
 |
New Products |
 |
|
| |
|
 |
Special Offers |
 |
|
 |
Sponsored
Ads |
 |
|
 |
Tags |
 |
|
 |
Partners |
 |
|
|