--- "arthur.chereau" <[EMAIL PROTECTED]> wrote: > That's right, but with curl it's not a true redirection: > you just print the content of the target page, you don't > redirect to the page. > > What I need is "automated forms", that send the same > data as forms but without user interaction. I can't use > javascript to automatically send a form.
Thankfully, this is impossible. At least, if you find a way to do it, you need to report it as a security vulnerability in the Web client that your victim is using. What the other poster suggested is the only way to automate a POST - you perform the POST with PHP and show the output to the user. Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php