[/php]
I used css for build a drop menu with this simple structure.
My question is this:
I want to get this UL LI fields from database.
It's easy just select them and echo
The problem is how to echo to this structure the sub categiries.
I mean to echo "main", "register", "login", "contact" its ok just 'while ****' do '****'
But how give this function to give me the ul and li under the original and only if exist.
Hope you understand and can help.
THANKS!