I have a php echo statement with an tag within.
[php]echo “
the link that the img tag points to is the same page orders.php. What i’d like to do is when the user clicks the image, a php sql statement should be executed to delete that particular record from the database and also refresh the same page orders.php. Am not sure where to place the sql statement? Please advise.