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 Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.