hi
I have a problem with "all" of my form submission "search form, login form, register form,.."
the problem shows when I submit the form it doesn't take me to the action page, instead it tack me to my root page :"http://localhost/project/Home/"
this is a sample of my search form witch search members or groups as the user choose and it can be submitted by clicking search.jpg
<form name="searchform" action='Searchb.php' method='GET' >
<a href="">
<img src="img/search.jpg" width="60" height="49" onClick="searchform.submit()" style="border-style: none">
</a>
<input type="text" name="Search" />
<label>member</label><input name="radio1" type="radio" value="Member" />
<label>Group</label> <input name="radio1" type="radio" value="Group" />
</form>"