php - Passing data between webpages -


i have webpage form on it. heading of form this:

           <form name="sw" method ="post" action="logger1.php"> 

after event has happened, javascript function submits form this:

           document.forms["sw"].submit();      

the php file logs data form in text file on server, , redirects browser page. issue want examine 1 of values in form previous page on page browser redirected to. lost. help!

you can append ?info=hello end of url redirects to, retrieve in php $_get['info']


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -