alex198555 0 Report post Posted June 18, 2010 I am trying to work on one interesting project and I need a help from your side. 1. I have one web-site which will act act the source for extracting. This source web-site is protected, I mean, that I need to enter login and password in order to proceed. 2. Then, I need to develop a PHP script that can copy some specified data from the source web-site to Excel file stored on FTP server.I am waiting your replies as well as suggestions. Share this post Link to post Share on other sites
sagoral 0 Report post Posted August 11, 2010 For Login System read this article: http://forums.xisto.com/no_longer_exists/ Excel: http://www.ibm.com/developerworks/opensource/library/os-phpexcel/ These are enough and good articles Share this post Link to post Share on other sites
dolrich06 0 Report post Posted August 12, 2010 (edited) You will need to use curl to login through the site using php. There are many sample codes using php curl, just google it out. After successful login, save the session and use it when you fetch the link with the data. You will also need to parse the page to get the data you need.Take a look at this opensource php code.https://sourceforge.net/projects/snoopy/ It has all the functions you would need to fetch those data. Edited August 12, 2010 by dolrich06 (see edit history) Share this post Link to post Share on other sites