View Single Post
Old 11-19-2012, 06:37 AM   PM User | #5
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,365
Thanks: 18
Thanked 348 Times in 347 Posts
sunfighter is on a distinguished road
Maybe you could try something like this first
PHP Code:
<?php
$string 
file_get_contents("PageBox.jdf");
$string str_replace("od:"""$string);
file_put_contents("PageBox.xml"$string);
?>
And then run what I gave you before. I don't know the real names for your files so adjust accordingly.
sunfighter is offline   Reply With Quote