[PHP] simplexml
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
hi fellas Anyone have a solution for using autoload with encoded php files? cheers joakim ling