For the data in the "post", when the user type in the data and press the
submit button, the data is then carry over to the nextpage.html.  In the URL
bar, I can clearly see the data, so is there to scramble hte data where
anyone won't see it in the URL box at the top of the web browser?
Thanks,
 Scott

<html>
  <form name='action_login' method='post' action='nextpage.html'>
    <input type='text' name='test'>
    <input type='submit' value='login' name='action_login'>
  </form>
</html>




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to