i have a problem with my form, this is script of my form
<form method='GET' action=''>
<table>
<tr>
<td>Enter username </td>
<td>:</td>
<td><input type='text' name='user'></td>
</tr>
</table>
</form>
that form is redirect to SELF, and this my .htaccess file:
RewriteRule ^admin/borrow$ admin/index.php?p=cpanel&m=manageBorrow [L]
but it showing undefined index for user variable,
anyone can help me solve it ?
thanks