<?php
if($_REQUEST['add'])
{
echo $_REQUEST['add'];
}
?>
<form action="test.php">
<input type="image" src="other/images/buttons/addposting.gif" name="add" value="add123" id="add" />
</form>
i im değerini nedir problemli almıyorum firefox add123 ve krom gibi ama yani im $ _REQUEST ['ekle'] alıyorum, bu kodu yazdım, kod aşağıdaki gibidir