Re: Need help with the code

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



nagendra prasad wrote:
OK so here is the form for the below code:

<html>

      <form action='mem_login.php' method='POST'>
            Username: <input type='text' name='username'><br>
            Password: <input type='password' name='password'><br>
            <input type='submit' value='Log in'>
</form>
</html>

Did you try looking at the $_POST array data?

echo var_dump(print_r($_POST));


--
Jason Gerfen
Systems Administration/Web application development
jason.gerfen@xxxxxxxxxxxx

Marriott Library
Lab Systems PC
295 South 1500 East
Salt Lake City, Utah 84112-0806
Ext 5-9810


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux