Hello every one
I think simple question i would like to add a image to my table instead of the word veiw or delete This is what i have and it is not working
echo "<TD><a href=\"_view.php?id=".$myrow['id']."\"><?php echo "<img scr='$img_delete'>" ?> </a>";
I have the images in a image folder and varible like this
$img_delete = 'images/delete.png';
please help