php simplexml-load-file parsed php

Boxynailala

New Member
I use this in my script:\[code\]$xml = file_get_contents('gapi.account.php');print_r($xml);\[/code\]Easy, right?But now... the gapi.account.php isn't parsed, how to do this? The output of the parsed file is xml.Thanks!
 
Back
Top