Results 1 to 2 of 2

Thread: pulling contacts from an emal address

  1. #1
    Join Date
    Mar 2007
    Posts
    79
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default pulling contacts from an emal address

    hi,
    i have a complicated problem.
    i have to be able to pull all my contacts from an address book when i enter an email id and password.
    for example: if the email is xyz@gmail.com and password is abc then all the address book details should be diplayed for that email account.
    can some1 please help me.
    thanks in advance,
    Suk

  2. #2
    Join Date
    May 2009
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    just use a sql statement like

    PHP Code:
    SELECT FROM addressBook WHERE email='xyz@gmail.com' AND password='abc' 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •