waveparticle
Active Member
- Joined
- Dec 4, 2013
- Messages
- 96
- Reaction score
- 0
Hi people,
New question for today. So I want to make a page which shows my item description but I don't exactly know how to work around this.
I was thinking of using a GET method and then grab the details of a specific item and send it to a link such as:
www.site.com/item.php?id=34546546
But the problem is I don't know how to go about this in case someone goes directly to the item page, let's say in case of Bookmarks. So I was thinking the page should definitely find the id in my DB and output the array of information for the row.
That's my problem. I'm not sure how to go around this. Please just point me to the right direction and I'll try to make it. If I encounter a problem I'll get back here to ask
Thanks
New question for today. So I want to make a page which shows my item description but I don't exactly know how to work around this.
I was thinking of using a GET method and then grab the details of a specific item and send it to a link such as:
www.site.com/item.php?id=34546546
But the problem is I don't know how to go about this in case someone goes directly to the item page, let's say in case of Bookmarks. So I was thinking the page should definitely find the id in my DB and output the array of information for the row.
That's my problem. I'm not sure how to go around this. Please just point me to the right direction and I'll try to make it. If I encounter a problem I'll get back here to ask
Thanks