I have this code which i want to use in order to access a page, with the id of the product.
The issue is, i don’t get the id on the link.. what am i doing wrong here?
echo'<a href="pershkrim.php?id="'.$row["id"].'"">"'.$row["id"].'"</a>';
Thanks.
Try this instead :
The problem was that with your echo your link looked like this: