[PHP] simplexml

2008-07-10 Thread Joakim Ling
Hi I'm using simplexml to create some xml files. Here's a stripped example, how can I get this to work? Tried millions different ways still no joy. '); $root = $xml->addChild('tests'); $root->addChild('test', 'test & test'); echo $xml->asXML(); ?> // cheers jo

[PHP] autoload issues

2008-05-23 Thread Joakim Ling
hi fellas Anyone have a solution for using autoload with encoded php files? cheers joakim ling