passwrd through email (xhmtl), for login

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    passwrd through email (xhmtl), for login

    can somebody give the code for register using email...once the user have register, the passwrd will go to the email... i need in html version..thanx... need your help guys..

    #2
    Originally posted by sharil View Post
    can somebody give the code for register using email...once the user have register, the passwrd will go to the email... i need in html version..thanx... need your help guys..
    go to a mobile site xhtml an get the source page if you dont need php

    Comment


      #3
      Originally posted by comando View Post
      go to a mobile site xhtml an get the source page if you dont need php
      typical noob coder if u dnt have the code just leave it

      Comment


        #4
        hello riderz... that why i need your help guyz... i try used wml code but when i reg using my email, the passwrd are not send to my email..

        Comment


          #5
          Oh is that what u wona do after registratiion ur password and username get to send to ur email i have that code i dnt have one where u get a password thru email without typing an email in

          here are the code i have so it must be at bottom of the page just put it underneath
          Code:
           echo "<i>Registration completed successfully!</i> Now you are a proud member in <u>$stitle!</u><br/><br/><b>Bookmark next page</b> for auto login <br/>";
            $tolog = true;
          }
          echo "</p>";
          }
          this part come up to the end of the page
          Code:
          echo "<p align=\"center\">";
          if($tolog)
          {
          $msg = "\n Username: ".$uid." \n Password: ".$pwd." \n\n http://Retrivewap.co.za is a nice friendly chat community we are glad to hav u with us :o) pls feel free to bring ya m8s along \n\n Thank You\n";
          $subj = "Registration details for Retrivewap.co.za";
          $headers = 'From: noemail@retrivewap.co.za' . "\r\n" .
          'Reply-To: noreply@retrivewap.co.za' . "\r\n" .
          'X-Mailer: PHP/' . phpversion();
          mail($email, $subj, $msg, $headers);
              echo "<a href=\"login.php?loguid=$uid&amp;logpwd=$pwd\"><img src=\"images/home.gif\" alt=\"*\"/>";
          echo "Login</a>";
          }else{
          echo "<a href=\"index.php\"><img src=\"images/home.gif\" alt=\"*\"/>";
          echo "Home</a>";
          echo "</p>";

          Comment


            #6
            i will try it..
            Last edited by sharil; 08.01.10, 12:52. Reason: no

            Comment


              #7
              i have try using your code and the passwrd has been send to my email... but, i got blank passwrd... how make a random pass?

              Comment


                #8
                i have found the error... anyway, thanks for your help...

                Comment


                  #9
                  riderz, do you how to make 1 user for 1 email only?

                  Comment


                    #10
                    search in db if is any user signed up with that email
                    Unamos los corazones,hoy todos somos multicolores!

                    Comment


                      #11
                      N0, what i meant is, after user is register with that email, he or she cann0t register with that email anym0re.. They have to used new email to reg..

                      Comment


                        #12
                        lolz i code it by myself but no useful for Indian coz so many indian dont have email id so how he get his password if he/she registered so i removd it from my site

                        Comment


                          #13
                          set the email field in your users table to unique

                          Comment


                            #14
                            try to use COUNT in your database
                            Did I help you?
                            You can help me too
                            Your donations will help me finance my studies.

                            Comment


                              #15
                              not working

                              Comment

                              Working...
                              X