Dec 17
PHP Tutorial // User Registration w/ SQL
Posted by tutorialplayer at 2:04 am in PHP Video Tutorials
lifeg0eson666 asked:
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 ;
Hot Discount Coupon Deals




















































December 17th, 2008 at 10:33 am
neopets bar xd
December 19th, 2008 at 2:53 am
maybe i’m missing something, but why are you opening two database connections?
December 22nd, 2008 at 5:31 pm
Thx for the intro vid! Bunch of adolescent bashers here.
December 24th, 2008 at 9:32 am
most other frequent used word, “K”
“ummmm”!!
December 25th, 2008 at 4:28 am
jeah thanks!
I like it!
December 26th, 2008 at 6:45 pm
Thanks dude!!!!!
December 27th, 2008 at 5:32 am
Most frequent word used: “UMM”
December 28th, 2008 at 4:13 pm
messy script..
lol check out the neopets tool bar:L
December 30th, 2008 at 12:34 pm
did you enter the $_POST’data’]; with the post in capitals.
if you use $_post['user'] it wont work
December 30th, 2008 at 3:53 pm
very errors in php code !!!
December 31st, 2008 at 10:47 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.
January 2nd, 2009 at 9:00 pm
your school is not my school
January 3rd, 2009 at 10:16 pm
i know dis shit
January 4th, 2009 at 11:58 pm
In my school, there are separate classes for html/php and computer science revolves around c++, its basically computer engineering at my high school rather than computer science
January 7th, 2009 at 6:37 am
What is the difference between regular PHP codes and a PHP template? Specifically, what is the difference between Smarty PHP templates and regular PHP templates? (I know what a template is, but not sure why some people hype Smarty Template as a good template? Thank you for your response.
January 8th, 2009 at 5:45 pm
dollar sign
January 9th, 2009 at 12:37 pm
what is the sign after
$connection = mysql_connect(…….)
????
January 9th, 2009 at 12:53 pm
Omg $ is just a sign to specify the variables used in the script…
January 10th, 2009 at 5:37 am
is that a money sign next to dbuser
January 10th, 2009 at 10:37 am
uhhh my do_reg.php has an error and i dont know how to fix the page says:
Parse error: syntax error, unexpected T_VARIABLE in /home/rsman/public_html/reg/do_reg.php on line 3
and line 3 says:
$dbuser = rsman_rsman
January 12th, 2009 at 7:32 am
Did you watch the 3rd one then? Most high schools don’t teach computer science.
January 13th, 2009 at 1:30 pm
Actually I did watch the updated version, where they got better but still not formal coding. This is also the reason that people say PHP developers come a dime a dozen. Because of the amount of people who think they could code properly and are cheaper than somebody like me. Get proper/formal coding experience and go to school (Computer Science class) then do the tutorials.