I have form like shown below. Which is consists of login,psw and image fields. I want to open it to read its contents by fopen.So I must create the path first. I can do it if there was submit button instead
<input name="image" type="image" src="images/login_az.gif" border="0">
I add login=PieR&psw=6344333 to the action path. But it doesn't work, because i have to send image anyway. But i don't know how to do it. Can you help me?
<form name="form" method="post" action="/cgi-bin/verify.cgi">
<tr>
<td align="center" class="note"><input type="text" name="login" size="18" class="note"></td>
</tr>
<tr>
<td height="5"></td>
</tr>
<tr>
<td align='center' class='note'><b>Telefon nömrəniz</b></td>
</tr>
<tr>
<td align="center" class="note"><input type="password" name="psw" size="18" class="note"></td>
</tr>
<tr>
<td height="5"></td>
</tr>
<tr>
<td width="157" align="center"><input name="image" type="image" src="images/login_az.gif" border="0"></td>
</tr>
</form>
thanks in advance