Forum Moderators: coopster
So I'm using file_get_contents() to take the output of the "my threads" page and parse through it for the info I want to extract.
The only trouble is that it doesn't know who I am (doesn't think I'm logged in) when I have php access the page. When *I* access the page in the regular way through a browser, my browser sends the server a cookie automatically to identify me.
So is there any way I can have php identify me with a cookie when it goes to that page to get the contents?
Here is an example:
[curl.haxx.se...]
From the cURL PHP examples page:
[curl.haxx.se...]
<snipped url> I just want to Somehow get the list of last 20 topics I posted in on the "my forums" page into a PHP app so I can do some more interesting things with them than fusetalk does.
[edited by: coopster at 11:25 am (utc) on April 4, 2005]
[edit reason] removed url per TOS [webmasterworld.com] [/edit]