Posted by Wescotte on 11/09/31 11:31
I found the issue.. If I use curl_setopt($ch, CURLOPT_POSTFIELDS, "operation=DIRECTORY&Submit=Submit"); it works but with $formvars = array(); $formvars["Submit"]="Submit"; $formvars["operation"]="DIRECTORY"; curl_setopt($ch, CURLOPT_POSTFIELDS, $formsvars); it does not.. Any idea why?
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming