Jump to content

PHP Form Issue


khristian

Recommended Posts

Hi,

 

I am currently writing a PHP form for users to log into a website. Simple enough, they enter their username and password and the next page uses the info from the form

 

      $username = $_POST["user"];

      $password = $_POST["pass"];

 

However, is there any way I can then get the page to clear the values of the $_POST["user"] and $_POST["pass"] areas?

 

Any ideas would be appreciated :-)

Link to comment
https://forums.phpfreaks.com/topic/90352-php-form-issue/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.