[snip]
Difficult to answer without knowing how your data is currently stored. Gimme a var_dump or var_export of your data and I'll be able to give you an answer. -Stuart
[/snip]

It is an unordered nested list as in the following example -

<ul>
<li>foo</li>
<li>bar
<ul>
<li>glorp</li>
</ul>
</li>
</ul>


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to