<form method=post action="client_ search.php">
<input type="text" name="client_la stname" size="25">
<input type="text" name="client_fi rstname" size="25">
<input type="hidden" name="searchtyp e" value="1">
The first and third variables work as expected the middle one returns the error.
<input type="text" name="client_la stname" size="25">
<input type="text" name="client_fi rstname" size="25">
<input type="hidden" name="searchtyp e" value="1">
The first and third variables work as expected the middle one returns the error.
Comment