On Thu, Jul 10, 2008 at 2:58 PM, Daniel Brown <parasane@xxxxxxxxx> wrote: > On Thu, Jul 10, 2008 at 2:32 PM, Richard Heyes <richardh@xxxxxxxxxxx> wrote: >> >> 1. Use the query string. Eg >> >> header('Location: http://www.xxx.com?name=value&name2=value2'); > > That's GET, not POST, as the subject requests. ;-P > >> 2. Use sessions > > .... if you're not trying to POST the data and are staying within > the same domain on the same server. ;-P I'm pretty sure he means persist POST data on the forwarded request. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php