• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Newegg Style Navigation

deFektive

n00b
Joined
Jun 14, 2005
Messages
39
Does anyone happen to have a code sample of a navigation structure similar to Newegg's navigation? (ie - select a brand, then price, then size, etc. and it continues to narrow down the results).

If not, maybe a theory on how it can be accomplished. I'm assuming its creating some sort of query structure based on the qualifications being given on the left and returning relevant results, I''m just not sure if there are other details that I'm missing.
 
SELECT * FROM $producttable WHERE $attribute1=true/false, $attribute2=true/false, etc
 
Back
Top