• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Can PHP CURL work over a multiple page session?

yllus

Elite Member & Lifer
Hey guys,

I'm trying to do something pretty simple. First, use PHP CURL to do a form POST and log in as a member on a website. Next, another form POST again using that authenticated session.

It's supposedly possible, but I haven't seen any documentation as to how. Can anyone point me to some examples on how to do this?
 
Thanks Crusty, that got me on the right path! Here's the solution for anyone who was wondering.
 
And apparently the code block of FuseTalk deems carriage returns as unnecessary. 😛
 
i didn't know the answer when you posted this

but if i had known you were doing the atforums mobi i would have spent the day finding the answer
 
Back
Top