Jump to content

Php getting webcontent suggestions or ideas for websites with login/pass


falconx

Recommended Posts

Hello,  I am a beginner PHP programmer.  I wrote a simple program to obtain stock quotes from yahoo and put those quotes on a site for display.  the script uses file_get_contents() routine to obtain the website for parsing.

 

Recently, I have signedup for a service on investors.com and i would like to use the php program i wrote to access certain ratings/rankings (keep track of ratings..etc).  The problem is that the web site requires users to login with email and password.  And im not sure how to go about to access the page using php with my login and pass. 

 

The website uses .asp and it can remember your session as long as you dont logout.  What are some of the ways to get the web content using php from a website that requires login and password?

 

Thanks

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

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.