Posted by J.O. Aho on 11/27/06 10:23
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
[Back to original message]
|