the_kerb Posted November 30, 2007 Share Posted November 30, 2007 Hi, I need to grab from one form field and pass to a second page and then put inside another file the value of the formfiled. I can have to forms but my problem is on how to pass this because this must be done withouth SESSIONS because the modified file will not be open after the 2 form. I must be done without user action. Thanks for any suggestions, Kerb Link to comment https://forums.phpfreaks.com/topic/79509-how-to-write-from-one-form-to-anothers-file-virable/ Share on other sites More sharing options...
PHP_PhREEEk Posted November 30, 2007 Share Posted November 30, 2007 header("location: file2.php?var=var_value") PhREEEk Link to comment https://forums.phpfreaks.com/topic/79509-how-to-write-from-one-form-to-anothers-file-virable/#findComment-402678 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.