Jump to content
xisto Community
alex198555

Extract Data! Help Needed

Recommended Posts

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

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 by dolrich06 (see edit history)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.