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 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 ;


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

Related Videos
SQL InjectionPHP Tutorial // User Login and CookiesPHP Tutorial // Calculator
sql-injection.htmlsql-injection.htmlsql-injection.html
PHP,HTML Tutorial // POST, Table, FormsPHP Tutorial #1 - Covering the basicsPHP Tutorial // User Registration w/ SQL 2 [Better]
sql-injection.htmlsql-injection.htmlsql-injection.html


Share This Video:       StumbleUpon       del.icio.us       Reddit       digg       Furl       Spurl       Simpy       YahooMyWeb


Comments for this video: Show || Hide
Comments for this video on YouTube
can u help me, when ... ( 1 month ago by p4ulk1m94)
can u help me, when i try to go to phpmyadmin, it says error passoword 'no' or something like that. how do i configure the password??? i kbow im noob at this T.T
Array ( 1 month ago by Badal2850)
Hi
when you get to the point of clicking the SQL tab and "copying this"...what is that code? When did you type it in, I followed you to the point of clicking PHPMyadmin...creating the User database...clicking the SQL tab...Lost you at "copy the highlighted code"...when did you type it in?
Thanks
Amer
i just created a ... ( 1 month ago by 110main)
i just created a database and table on my own cause i couldnt get it to work then used the coding to put info in... o_O
Hmmm there are a ... ( 1 month ago by ihateemmo)
Hmmm there are a lot of flaws in this script you never should have made it in the first place. What if the password and confirm password didn't match you should have created a function to check if the passwords matched. Then what again if the username is already registered. Whats the point in logging the ip anyway? Man this one sucks big time!!!
it's a tutorial ... ( 1 month ago by vvvlladdd)
it's a tutorial dude, for begginers... wake up!
LOLLOLOLOLOLOL ( 1 month ago by Legit92nick)
LOLLOLOLOLOLOL
keep up the good ... ( 1 month ago by 5Psyche5)
keep up the good work..
ihateemmo, there ... ( 1 month ago by cbvgg)
ihateemmo, there are alot of reasons for logging the ip and you can't start complaining when you obv can't do one yourself if you're watching a tut. ;p
You know I ... ( 1 month ago by FuzedProductions)
You know I accidentally found this video by typing user and man is this funny shit. Being a professional web developer, I would advise NOBODY to follow this. He doesn't even know how to pronounce SQL and his coding isn't the best. He may be "helping" people, but helping the wrong way. First to the poster of the video, you don't need a SQL connection for each query you do. I hope you never program professionally!
Also you might want ... ( 1 month ago by FuzedProductions)
Also you might want to learn how to code proper HTML too ;)
Hmm, this video is ... ( 1 month ago by lifeg0eson666)
Hmm, this video is two years old. I assume you're lazy, you assume I'm a bad coder by looking at a very old video. I have more updated videos but people like you, lazy as fuck, don't bother to notice.
Actually I did ... ( 1 month ago by FuzedProductions)
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.
Did you watch the ... ( 1 month ago by lifeg0eson666)
Did you watch the 3rd one then? Most high schools don't teach computer science.
uhhh my do_reg.php ... ( 1 month ago by ultepkers)
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
is that a money ... ( 1 month ago by cruzeperal)
is that a money sign next to dbuser
Omg $ is just a ... ( 1 month ago by lewisstevens1)
Omg $ is just a sign to specify the variables used in the script...
what is the sign ... ( 1 month ago by disney1grl)
what is the sign after
$connection = mysql_connect(.......)
????
Anyone who wants to ... ( 3 weeks ago by bobink786)
Anyone who wants to enjoy my pretty little twat?
FASTSEXFINDER(.)COM_
dollar sign ( 3 weeks ago by dezkit)
dollar sign
What is the ... ( 2 weeks ago by stargen5)
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.
Error ;O ( 1 week ago by GnagetZS)
Error ;O
In my school, there ... ( 5 days ago by TheBatchGuy)
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 :)
i know dis shit ( 4 days ago by engeljakob)
i know dis shit
Why?? Why would he ... ( 2 days ago by MyMusicFilms)
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.



Tell a friend:


URL 
Embed Code