Quote:
Originally Posted by k0nr4d
<? exec("curl -d \"foo=bar&bar=foo\" \"urltootherfile\""); ?>
|
2 questions:
1. Do you know if there is a limit to the length of the string. foo=$report, what is the maximum length of $report ?
2. How do I get the returned value?