Here is my form:
My php lines to detect button are:PHP Code:<form action='$conn' method='POST'>
<input type='image' src='../images/minus.png' name='no' width='13' height='13'/> <img src='../images/stars.jpg' width='$star_wid' height='10' border='0'/> <input type='image' src='../images/plus.jpeg' name='yes' width='13' height='13'/>
</form>
PHP Code:if(isset($_POST['no'])) {working 1 system}
if(isset($_POST['yes'])) {working 2 system}



Reply With Quote

Bookmarks