Hi all, I am trying to make menu with multiple submenus.I need to make query that takes the result of preceding query and leaves only distinct results of some field.If i make new query each time the server bugs because the query searches through veri big database.
So in short something like that :select distinct(field) form(already made query) Is there any way in mysql or php tthat this can be done?