I have a image button in php. But it doesn't work. This is my code
Code:
<form method="post" action="user.php">
<input name="Remove" src="../images/Remove.jpg" type="image" />
if(isset($_POST['Remove'])){
echo "remove";
}
</form>
Comment