How to pass variables and array in URL using curl
I want to pass some variables and a array(with 30 index) into URL using
Curl. And To get on another site all variables and array.
$an_array=array('c1_key'=>c1_value,'c2_key'=>c3_value,...........'c30_key'=>c30_value);
'http://domain.com?a=1&b=2&c=any_array'
Can Anybody tell me how to do this.
No comments:
Post a Comment