I want to POST variables from one php page to another without any user interaction. I can achieve this using header( "Location ...?var1=xx&var2=yy" ) passing the vars like a GET, but I don't want the vars to be visible to the user in the browser address field. Is it possible to do this.
TIA smartbloke -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php