Hey guys i have one problem:
I need a php register scrypt ready with
ID
PW
Re-Typ PW
Re-Typ E-mail
secret code
Plz ,nowhere found and i cant do any php scrypts :(
Thank you for share
Thanks! DrOetker
Hey guys i have one problem:
I need a php register scrypt ready with
ID
PW
Re-Typ PW
Re-Typ E-mail
secret code
Plz ,nowhere found and i cant do any php scrypts :(
Thank you for share
Thanks! DrOetker
I think this will be =D
Would you
"Release"?
=)
Yours,
TheMoment
exactly Bjorn, exactly but not only your server have this script. or what u will say with this^^ :P or "when u mean this i will share xD" or make us a tutorial for making PHP scripts xD with email and secret number xD
Please this one is very nice!
DrOetker
i made it by myself
It's quite easy, just follow some basic registration php tutorials and even you can make it...
I will try it thanks at first but you have one mroe open question for me^^PLEASE
I STILL NEED THIS BLUE MANA EFFECT XDDDDDDDDDDDDD
DrOetker
Thanks for your good post, i can win many informations of this post :D thanks!
You will also have to add more input fields to get the data, add the following to your registerform:
next you will have to get the values from your form into your php actionsCode:<input type="text" name="email" /> <input type="text" name="secnum" />
Look into your register script for something like this:PHP Code:if($_SERVER['REQUEST_METHOD'] == 'POST') {
$email = $_POST['email'];
$secnum = $_POST['secnum'];
}
This is the part where data gets inserted into your database, if you want more value's to add to your database you can do as follows:PHP Code:$query = "INSERT INTO Login ([ID], [PWD], [Birth], [Type], [ExpTime]) VALUES('".$_POST["accname"]."', $cpass , '19190101', '0', '4000')";
Then you will have to add the fields Email and SecNumber into your database.PHP Code:$query = "INSERT INTO Login ([ID], [PWD], [Birth], [Type], [ExpTime], [Email], [SecNumber]) VALUES('".$_POST["accname"]."', $cpass , '19190101', '0', '4000','".$email."', '".$secnum."')";
TimmeY
aah looks good thanks i will try and than post porblems or i have succesfully done :D
That's very nice thanks!
DrOetker
Last edited by DrOetker; 10-02-09 at 09:42 PM. Reason: He, She, It das "s" muss mit !