Phonebook Project

Discussion in 'PHP' started by hanleyhansen, Aug 25, 2009.

  1. hanleyhansen

    hanleyhansen New Member

    Joined:
    Jan 24, 2008
    Messages:
    336
    Likes Received:
    8
    Trophy Points:
    0
    Occupation:
    Drupal Developer/LAMP Developer
    Location:
    Clifton
    Home Page:
    http://www.hanseninfotech.com
    I have a little project and I would appreciate anybody's assistance. I am in charge of organizing phone territories for my religious organization. Basically what we do is gather lists of phone numbers and addresses from the territory we are in charge of, in this case Passaic, NJ and we call people to share information about the Bible with them. Now, I know I can gather each one of the phone numbers one by one off of whitepages.com but I wanted to write a program to automate this. Using the reverse address lookup functionality found here:

    http://www.whitepages.com/reverse-lookup?site_id=10583

    I know I can just simply enter the street address and bring up the list of phone numbers for the entire street, but I'm looking to write a program that'll automate the procedure, make my life easier, and teach me something in the process. Can you guys think of any solution? I know Excel has the web queries functionality but I can't seem to get it going for this specific situation. Does anybody think they can help me out? I want to output an organized list from whitepages.com with names addresses and phone numbers. I placed this topic in the PHP forum because I didn't know where else to put it, so moderators, if it's in the wrong place or if anybody thinks theres a better solution totally unrelated to PHP please let me know.
     
  2. asha

    asha New Member

    Joined:
    Nov 9, 2006
    Messages:
    44
    Likes Received:
    2
    Trophy Points:
    0
    Occupation:
    Homemaker
    Location:
    Kolkata
    Home Page:
    http://whatanindianrecipe.com
    What kinda phonebook?
     
  3. hanleyhansen

    hanleyhansen New Member

    Joined:
    Jan 24, 2008
    Messages:
    336
    Likes Received:
    8
    Trophy Points:
    0
    Occupation:
    Drupal Developer/LAMP Developer
    Location:
    Clifton
    Home Page:
    http://www.hanseninfotech.com
    Thanks for responding. I'm just looking for any solution, not particularly PHP that can output the results from whitepages.com that way I can generate a list of phone numbers and addresses in my area. Any ideas?
     
  4. vivek sharma12345678

    vivek sharma12345678 New Member

    Joined:
    Sep 12, 2010
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Location:
    kamakhya Gate, Guwahati, Assam, India
    Home Page:
    http://www.google.co.in/
    project on phone book
     
  5. vivek sharma12345678

    vivek sharma12345678 New Member

    Joined:
    Sep 12, 2010
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Location:
    kamakhya Gate, Guwahati, Assam, India
    Home Page:
    http://www.google.co.in/
    I need a help.......4 my project " PROJECT ON PHONE BOOK "
     
  6. pein87

    pein87 Active Member

    Joined:
    Aug 6, 2010
    Messages:
    173
    Likes Received:
    47
    Trophy Points:
    28
    Occupation:
    Web Dev
    Location:
    Limbo
    Use whitepages API to get the info, create a xml reader that gets the data you want, save it as either your own xml file or to a database which you can query in house. For the most part most web services use JSON or xml which you could build the list easier in javascript then use server resources. Your going to need to know ajax to get the info and parse the return data as either xml or JSON and build the list that way and then save each entry in your database.

    Or you could enter each manually in a db and write a script that handles that process. You could even assign them to groups, and state and city if you really want it to be detailed.
     
    Last edited: Sep 16, 2010
  7. hanleyhansen

    hanleyhansen New Member

    Joined:
    Jan 24, 2008
    Messages:
    336
    Likes Received:
    8
    Trophy Points:
    0
    Occupation:
    Drupal Developer/LAMP Developer
    Location:
    Clifton
    Home Page:
    http://www.hanseninfotech.com
    Thanks pein87. Good stuff.
     
  8. ManzZup

    ManzZup New Member

    Joined:
    May 9, 2009
    Messages:
    278
    Likes Received:
    43
    Trophy Points:
    0
    Occupation:
    Production Manager:Software @ ZONTEK
    Location:
    Sri Lanka
    Home Page:
    http://zontek.zzl.org
    you are trying to pass a query from a webpage and then retireve and store the output, right?
    then i suggest something like VB, java [i'm not telling that php isnt suitable], but these langages will be easier to manipulate in something like this
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice