Re: sorting passed data
- From: "J.O. Aho" <user@xxxxxxxxxxx>
- Date: Mon, 27 Nov 2006 11:23:35 +0100
Gaga wrote:
I have on one my product page multiple products linked with ID of the
product.
Product name, bla bla bla, "click for more ".
So when you click on "more" you get additional info about product.
The problem is how to separate this data ( coming from product page ) and
how to read then this extra data from the db.
Should i make case, multiple if's or is there better option ?
Just pass the product id to the page that shows the full data, and use that in the new database query to get your data.
//Aho
.
- References:
- sorting passed data
- From: Gaga
- sorting passed data
- Prev by Date: Re: sorting passed data
- Next by Date: html and php
- Previous by thread: Re: sorting passed data
- Next by thread: html and php
- Index(es):
Relevant Pages
|