problem in php forms
Posted: Sun Jan 15, 2006 5:17 am
i have include search metho in my left menu like this
and in the same page i have login form
like this
so when i click on login form . then there will b open SEARCH.PHP page.. what is this happening
can any one tell me what mistake i m doing >?
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 >?