The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting.
Forum Post Assistant - If you are serious about wanting help, you should use this tool to help you post.



Post new topic Reply to topic  [ 1 post ] 
Author Message
PostPosted: Sun Apr 08, 2012 1:12 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Dec 29, 2009 12:57 am
Posts: 23
Folks,

I have installed jumi on joomla cpanel. and had addnode.php file called in my code.

But for some reason xml node is added in one line not formatted. My code is below.

<?php
$xml = simplexml_load_file('saved_searches.xml');

$search = $xml->addChild('search');
$search->addChild('from', 'value 1');
$search->addChild('to', 'value 2');

file_put_contents('saved_searches.xml', $xml->asXML());
?>

Any ideas??


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 



Who is online

Users browsing this forum: Exabot [Bot], Google [Bot] and 27 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group