[snip]
$json = json_encode($nested_unordered_list); As I said, whether that works or not depends on what type $nested_unordered_list is. If it's not made of standard types you'll need to massage it into a structure using standard types. :D
[/snip]

Stewie, Stewie, Stewie..... :)

So what you're saying is that I will need to turn the nested unordered list into an array? Because an array would more accurately represent the data.

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

Reply via email to