English
  • Create User Registration using PHP and Dreamweaver
    Envoyer cette vidéo à vos ami(e)s
    Obtenir le code d'intégration de la vidéo
    Envoyer cette vidéo par:


    Envoyée le lundi 07 avril 2008 01:35:23
    par williamliu93
    Vue 56486 fois
    4.0 / 5
    12345
    40 vote(s)

    Easy to create user registration by PHP and Server Behavior



    facebook
  • Écrire votre commentaire ici...
  • ungas024

    depends on how much you can pay. :)
    samedi 25 février 2012 13:18:19
  • ShaiyaHawkAdmin

    i make [ADM] who help me
    samedi 11 février 2012 22:54:47
  • ShaiyaHawkAdmin

    dshmed 
    samedi 11 février 2012 22:54:07
  • danielrampangajouw

    hi , how to create a new user registration page ? does anybody had a template code for this ? thanks
    samedi 02 avril 2011 07:30:26
  • 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(_; ?>
    jeudi 01 juillet 2010 00:53:40
  • lookm8

    loads of errors in this code
    jeudi 06 août 2009 07:51:01
  • 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)
    mardi 08 juillet 2008 17:38:49
  • nextblain

    ok...not bad
    lundi 26 mai 2008 08:48:22
PUBLICITÉ
Suppléments
Réseaux sociaux
Nuage de tags