0
It is possible to load a direct file already downloaded into the micro through an Edit ?
<?
$xml = simplexml_load_file("clientes.xml");
print_r($xml);
?>
In case the.xml client file would not be predefined in the code and could be chosen with different names.
vc say already upload this xml? or just point the way?
– rray
I am uploading through Ilezilla , and changing the name to be read , what I would really like to take the name direct and record in my bank ( this I already do changing the name).
– edson safra
You can use it file_exists to know if string passed exists as a file.
– rray