Bonjour,
Je suis en train de lancer googleearth via PHP

Le code suivant de Google Earth, crash et il ne marche
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
<?php
 system("C:\Program Files\Google\Google Earth\client\googleearth.exe");
?>

quand j'utilise la commande suivante suivante ça marche, C:\Program Files\Google\Google Earth\client\googleearth.exe ça marche bien !

Je ne comprends pas pourquoi.