Topic: Need to be able to sort data

need a way of sorting items similar to this one

http://www.tapetesabadi.com/index.php?o … p;Itemid=9

anyone can help thanks
am willing to pay

Vote up Vote down

Re: Need to be able to sort data

the example you given in done by using 2 tables, in a database.

table one stores the info of the heading and an ID e.g

rug 1
rug 2 ...

the 2nd table stores the rug ID from table one and the different rugs within that heading:

then with sql and php you can the the same effect as your given example,

i know the explanation is not really useful but i have done this before and is very easy

Vote up Vote down

Re: Need to be able to sort data

thanks will contact you

Last edited by paulalan1 (September 4, 2009 3:52 pm)

Vote up Vote down