td > TR> form> table>
Processing Page:
phpRequire_once ("conn.php"); session_start (); $ usrname = $ _ post ['username']; $ password = $ _ post ['password']; $ exec = "select * from admin where username = '" $ usrname. "'"; if ($ results) {if ($ r = mysql_fetch_object ($ result)) {if ($ r-> password == $ password) {$ _SESSION [' adminName '] = $ usrname; echo "session is". $ _ session [' adminName '];} else {echo " |