Nmare
Mon 27th May '02, 2:42am
I want to store reviews for my site in mysql. And when i go to a certain page, it only shows the one review.
So what i wanna do is have something like -the url -
index.php?page=reviews&id=1
id = the review #.
But when i connect to mysql and do a select query like.
Select -column names - WHERE ID = 1 (Being the review #).
Sorry if its a little confusing on the way i say it.
Does anyone know how i can do this?
So what i wanna do is have something like -the url -
index.php?page=reviews&id=1
id = the review #.
But when i connect to mysql and do a select query like.
Select -column names - WHERE ID = 1 (Being the review #).
Sorry if its a little confusing on the way i say it.
Does anyone know how i can do this?