Authlib - editing to fit needs
Brought to you by:
mukul
Hello ...
I am new to php <3 months but have come a long way!
I like your script here and need help whith editing to
fit my needs ... i need an icq# input in the script.
Please help? I have tried a few of the tricks i know
but ..no luck? Exactly, what do i need to do?
Thanks,
Scorpion
icq# 106451637
backend.php
Logged In: NO
What I have found is when you need to add or remove an form
item you need to:
1. Add code to your form.
2. Add field to database.
3. add vaildation to backend.php reg function.
4. Edit the confirm insert query around Note:
This query (insert into confirm values
('$hash', '$username', '$password', '$name', '$email', '$age
', '$sex', '$school', now())")
is easier to alter if you change it thus( this shows no age
field insert):
("insert into confirm (mdhash, username, password, name,
email, sex, school, date) values
('$hash', '$username', '$password', '$name', '$email', '$sex
', '$school', now())")