Cheers for that.
Is it possible to also narrow down the search if a field contains something?
e.g. there's features field has the values basfg, would i be able to just show the deals/data that have an "a" in that field? so it would just show smartphones?
also how would i do the same using the a usual php command?
e.g. if $feature CONTAINS a then .....
(b = bluetooth
a = smartphone
g = 3g
c = camera
s = slider
f = flip
n = normal/candybar
m = mp3
v = video)
