Français
  • Create User Registration using PHP and Dreamweaver


    Added on Monday 07 April 2008 01:35:23
    by williamliu93
    51872 Views
    3.8 / 5
    12345
    36 rates
    Send this video to your friends
    Get embed code of video

    Easy to create user registration by PHP and Server Behavior



    facebook
  • Write your comment here...
  • dshmed

    if anyone needs help with Dreamweaver user login message me or check out my vids
    Saturday 17 September 2011 16:10:27
  • danielrampangajouw

    hi , how to create a new user registration page ? does anybody had a template code for this ? thanks
    Saturday 02 April 2011 07:30:26
  • guidowigger

    thanks |  v
    Saturday 19 March 2011 12:16:57
  • xbl1tz0wnzx

    <?php $use="xxxx"; $password="xxxx"; $database="xxxx"; mysql_connect("localhost",$user,$password); @mysql_select_db($database) or die( "unable to select database' $query = 'CREATE TABLE `user` ( `uid` TINYINT( 3 ) UNSIGNED NOT NULL AUTO_INCREMENT, `gid` SMALLINT( 3 ) DEFAULT 0 NOT NULL,  `username` VARCHAR( 20 ) NOT NULL, `password` VARCHAR( 20 ) NOT NULL, PRIMARY KEY ( `uid` ) )'; mysql_query($query); mysql_close(_; ?>
    Thursday 01 July 2010 00:53:40
  • alukart123

    Hi, I have a question, if I want to build a website whith databases in dreamweaver, what do I need beside dreamweaver and mysql?! Is there something else I need, or these twoo programs are enough to bild pages like...I don't know, online shops, hi5 like pages and so on.
    Thursday 19 November 2009 06:01:18
  • lookm8

    loads of errors in this code
    Thursday 06 August 2009 07:51:01
  • XTCVIngaNG

    thanks it was very helpfull im gonna use this with a sha1 thanks!
    Sunday 20 July 2008 08:32:12
  • maxrisc

    On your insert record code you should make password into something like $password = sha1($_GET['password']) Then no one can see the plaintext. When you compare the login just wrap the login password with SHA1 and compare the hash to the one stored in the DB an all is good :0)
    Tuesday 08 July 2008 17:38:49
  • maxrisc

    Pretty good for basic but you should add a hash to the password so it isn't in plaintext.
    Tuesday 08 July 2008 17:35:38
  • nextblain

    ok...not bad
    Monday 26 May 2008 08:48:22
ADVERTISEMENT
Supplements
Social Network
Tag cloud