Hmm, perhaps I didn't explain clearly. To put it another:

1. A script sends an email to a user with sign-in details.
2. The user clicks a [submit] button in the email message called "Quick Sign In" 3. A web browsers opens to http://www.website.com/signin.php (from the <form method="post" action="http://www.website.com/sign.php";> in the email)
4. Signin.php looks for $_POST["signindetails"] and auto-fills the form.

Except the form post is not posting signindetails...


On 20-Mar-06, at 2:57 PM, Jay Blanchard wrote:

[snip]
I have a script that periodically sends an email that includes  form
post to a script, which is meant to do something with the posted data.

My problem is that apparently some PHP security measure is not
permitting the externally posted data to be access via $_POST. I
assume this is due to cross-site scripting issues, but in this case,
I want to do just that. Any ideas?
[/snip]

http://www.php.net/curl




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to