Code: Select all
<form name=form1 method=post action=search.php>
<input type=text name=q>
<input type=submit value="search now" >
</form>like this
Code: Select all
<form name=form2 method=post action=login2.php>
<input type=text name=username>
<input type=text name=password>
<input type=submit value="login now" >
</form>can any one tell me what mistake i m doing >?