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
max100oo(Saturday 8th of November 2008 06:28:07 PM)
Thanks dude!!!!!
geekthree(Friday 7th of November 2008 03:13:04 PM)
Most frequent word used: "UMM"
GamerGonzal(Sunday 2nd of November 2008 03:07:06 PM)
8:00
batfink161(Saturday 25th of October 2008 03:53:21 AM)
messy script..
lol check out the neopets tool bar:L
batfink161(Saturday 25th of October 2008 03:51:31 AM)
did you enter the $_POST'data']; with the post in capitals.
if you use $_post['user'] it wont work
coderman15(Saturday 11th of October 2008 01:58:48 AM)
very errors in php code !!!
MyMusicFilms(Saturday 4th of October 2008 05:46:08 AM)
Why?? Why would he create this "WODER SCRIPT" of yours when he is just showing us how to create this? I think most of the beginners in PHP now that there is multiple ways of making this safer.