"Marek" == Marek Kilimajer <[EMAIL PROTECTED]> writes: "Kris" == Kris Yates writes:
Marek> You can do it this way: Marek> <form action="https://www.fake.com/fake.php"> Marek> <input type="hidden" name="item" value="<?= $item ?>"> Marek> <input type="submit"> Marek> </form>
Actually, I think that if you do it this way, someone will have to click on the submit button. If you want to redirect with a post, then look in to using the CURL library.
Right. Either that, or remove the submit button, and have JavaScript submit the form on page load.
-- By-Tor.com It's all about the Rush http://www.by-tor.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php