|
ARG! Need php/cURL help!
I have a script thats sending data using cURL. After I set all the options and call curl_exec(), I try calling header("Location: thanks.htm") right afterwards which doesnt seem to work.
But if I just comment out the curl_exec() statement, it redirects perfectly fine, but then my script never sends the data!
Any php gurus got any insight? Please! lol
|