Hey there, I'm trying to execute a login to http://www.nitto1320.com/community/usedcarlot.asp
before running file_get_contents on the page so that I'll get the car list instead of the login page, thus rendering my script useless.
I was reading the manual on curl and came across a suggested way to connect. It seems to work however my session doesn't seem to be alive when the script gets to the file_get_contents part.
Just wondering if anyone can suggest a way to resolve this or another method to post the login and keep the session alive so i can run the file_get_contents on the page?
This is what i've got so far ~