Posted by bizt on 06/19/06 19:25
Sorry, just noticed I'd made a mistake in my post: 3) output all node and siblings in sequence: while ($node) { echo "<p>" . $node->get_attribute ("htext") . "</p>"; $node = $node->next_sibling (); } This is the code I have been using that doesnt work on the final server but does on the test one.
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming