Hi, i'm running php with mysql and i have a reviews section on my website. I've recently added the feature to search the reviews but my trouble lies that I don't have a seperate page for each review I have them on multiple pages (like a forum). What I need to do is pass the review id on the search page to the review page (reviews.php) and retrieve the current page the review is on (15 reviews per page order by date desc). I've been trying to do this for the last couple of days but it's finally beaten me.
Here's the structure of the reviews table to give you a hand:
- id
- title
- content
- date
I'd appreciate if someone could help. Thanks
Here's the structure of the reviews table to give you a hand:
- id
- title
- content
- date
I'd appreciate if someone could help. Thanks