roobon Posted December 13, 2007 Share Posted December 13, 2007 Hello all, I want to print my contact list from yahoo/gmail and print them to my another web page. How can I do this? Please help me the way by php. Quote Link to comment Share on other sites More sharing options...
Psycho Posted December 13, 2007 Share Posted December 13, 2007 How are you planning to supply the contact list to PHP? Can you export the data to a file? If not, you will need to create PHP code to "access" your contacts page. Assuming the page requires you to log in you will need to first look into using curl to log in to the page. Then you would want to use screen scaping to read the page contents. Then you will need to parse the page contents to extract the data you want. Then you can do whatever you want with the data from there. Since you have posted no code I will assume you have not done anything yet. There are many different steps to this and it is more involved than could be appropriately handled in a forum. So, start will looking into using curl to log in to the page. Ask for help on that. Then move forward. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.