Forum Moderators: coopster
Im trying to embed the following line in to my php script:
<a href="deleteShoppingSelection.php?shopid="<?php echo $row['shopid']?>">Delete</a>
Like this:
print" <td<a href="deleteShoppingSelection.php?shopid="<?php echo $row['shopid']?>">Delete</a>";
but keep getting the following error:
Parse error: parse error in /home/students/ug/ug75ixc/public_html/admin/adminShop/shoppingDatabaseDelete.php on line 76