Menu

#3 Authlib - editing to fit needs

open
nobody
None
5
2001-05-16
2001-05-16
Anonymous
No

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

Discussion

  • Nobody/Anonymous

    backend.php

     
  • Nobody/Anonymous

    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())")

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.