Bonjour,
je cherche à charger un fichier xml dans un fichier PHP
J'ai utilisé simplexml_load_file
mais j'ai eu cette erreur:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2 $daten = simplexml_load_file('(http://localhost/prestashop1.4.7/api/customers');
Mercii de me proposer une solution !!
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2 Warning: simplexml_load_file(http://localhost/prestashop1.4.7/api/customers) [function.simplexml-load-file]: failed to open stream: HTTP request failed! HTTP/1.0 401 Unauthorized in C:\wamp\www\webService\0-CustomersList.php![]()
Partager