Thanks all of you, it works now :)
<form action="forum get.php" method="post"> <input type="text" name="id"> <input type="password" name="pass"> <input type="submit"...
* if(mysql_num_rows($res)=='1'){ echo "YOU ARE A MEMBER";} else {echo "incorrect email id or password";}
whenever i run this code i got error "undefined index" give me a solution or tell me what i have to do. code: <?php $a=$_POST['name'];...
<html> <body> <form action="get1.php" method="GET"> name: <input type="text" name="fname"/> <input type="submit" /> </form> <form...
Separate names with a comma.