Welcome, Guest
  • Author Topic: To check if email is used already.  (Read 2243 times)

    StalKer

    • Server what's that
    • *
    • Posts: 5
      • View Profile
    To check if email is used already.
    « on: 12/10/08, 16:56 »
    Hi!
    Im trying to make this gb act as an interest check. So i want people to post for their interest, but only one time per person. I dont think its hard to let the php check if that email is already in the database.
    But i dont know how to write it.

    Ive searched alot for it, but i guess its not common to have this function in a gb :)

    Ronald Wernecke

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 6203
      • View Profile
      • Professional Support
      • Email
    Re: To check if email is used already.
    « Reply #1 on: 12/11/08, 03:12 »
    it is just a simple sql query against the users table, where you check for e-mail address.
    if you receive a record, the email address exists.
    happy flashing
    8)
    Ronald

    StalKer

    • Server what's that
    • *
    • Posts: 5
      • View Profile
    Re: To check if email is used already.
    « Reply #2 on: 12/14/08, 11:42 »
    Yea, i know. But the problem is i dont know how to write that, cuz i never wrote anything from start before.