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

PHP Tutorial // User Registration w/ SQL has 22 Comments

  1. beaufiechter wrote:
    December 17th, 2008 at 10:33 am

    neopets bar xd

  2. kenshintomoe225 wrote:
    December 19th, 2008 at 2:53 am

    maybe i’m missing something, but why are you opening two database connections?

  3. TalmudVision wrote:
    December 22nd, 2008 at 5:31 pm

    Thx for the intro vid! Bunch of adolescent bashers here.

  4. most other frequent used word, “K”
    “ummmm”!!

  5. jeah thanks!
    I like it!

  6. Thanks dude!!!!!

  7. Most frequent word used: “UMM”

  8. messy script..
    lol check out the neopets tool bar:L

  9. did you enter the $_POST’data’]; with the post in capitals.
    if you use $_post['user'] it wont work

  10. very errors in php code !!!

  11. MyMusicFilms wrote:
    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.

  12. VONBARRERAA wrote:
    January 2nd, 2009 at 9:00 pm

    your school is not my school

  13. i know dis shit

  14. TheBatchGuy wrote:
    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 :)

  15. 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.

  16. dollar sign

  17. what is the sign after
    $connection = mysql_connect(…….)
    ????

  18. lewisstevens1 wrote:
    January 9th, 2009 at 12:53 pm

    Omg $ is just a sign to specify the variables used in the script…

  19. is that a money sign next to dbuser

  20. 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

  21. lifeg0eson666 wrote:
    January 12th, 2009 at 7:32 am

    Did you watch the 3rd one then? Most high schools don’t teach computer science.

  22. FuzedProductions wrote:
    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.

Leave a Comment