Question

I'm trying to send information from a form and a hidden email variable (from a db) to a PHP script using cURL. I have the post items moving correctly, but I am not sure if can also send a variable vai the url. (the $_Get)

Was it helpful?

Solution

A standard querystring should work.

OTHER TIPS

Try pulling the vars from $_REQUEST, which if i remember correctly is basically $_GET which is then overwritten by $_POST and then $_COOKIE.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top