Hi,
I'm pretty new to this board and need a bit of advice as it's driving me up the wall!
I want to create a page featuring a series of links to info in my MYSQL table.
ie... Review 1 links to Eminem review
Review 2 links to Kylie Minogue review
I have a page set up to display the data but I'm stumped at how I can get the links to bring up the page displaying the data specific to that review ?
For example in html I would code = <a href="eminemreview.html">Eminem review</a>
but I don't know how to code the equivalent in PHP so when a user clicks on
<a href="livereview.php?liveid=1">Eminem Review</a> so that it just brings up that review ?
HELP!!