Hello,
I am a programmer by background, and have even made several minor PHP scripts, but I am by no means a PHP expert.
My company has need of a PHP script that can access a site that requires a user to log in, parse some of the data from the password protected web page, and store it in a local DB.
The programmer working on this project claims that it is not possible to do this in PHP, but I find this very hard to believe. I've been doing a lot of searching on this forum, as well as using google, but I can't seem to find what I need.
Can someone point me in the right direction?
- Is it possible to have a PHP script log in to a remote site? (For example, a spider / script that logs a particular user in to a phpBB forum and retreives his Private Messages -- this is not what we need to do, just an example of the functionality)
- If so, how? (Just pointing me to the proper functions to use, and I can take it from there)
Thanks in advance!
Sincerely,
Joe