in reply to How can I prevent login information from appearing in the URL?

To make it simple, just make sure your form method = post.
<form action="youscript.cgi" method='post'>
  • Comment on Re: How can I prevent login information from appearing in the URL?
  • Download Code