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# - SharpSVN - How to get the previous revision? -

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

url - Querystring manipulation of email Address in PHP -