Code: Select all
<a href="http://www.andyjessop.com/comments.php?postid=$link">I'm then trying to retrieve it using:
Code: Select all
mysql_query("SELECT * FROM comments WHERE postid=$link");You can take a look at the site, if you want, to see what happens when you click on a comments link.
Thanks,
Andy