Code: Select all
<?php
if (isset($_POST['harvestable']))
{
echo "Success!";
}
?>
<form action="harvest.php" method="post">
<table border ="0" cellspacing="50">
<tr>
<td><center><input type="image" name="harvestable" value="Blue Lupine" src="/images/items/blue_lupine.png"><br>Blue Lupine</center></td>
</tr>
</table>
</form>
I think it's about time I start digging into Jquery ... Advice?
Thank you!