Creation fichier php

didy_gwatinik Messages postés 358 Statut Membre -  
didy_gwatinik Messages postés 358 Statut Membre -
Bonjour,
Je n'arrive pas à créer un fichier php quelqu'un pourrait-il me dire ce qui ne va pas dans mon mini code???
<?
chdir('Images');
$fichier = fopen("index45.php", "w");
 fwrite($fichier , "Accès non autorisé");
 fclose($fichier);
 ?>
Configuration: Windows XP
Firefox 3.0.4

1 réponse

  1. didy_gwatinik Messages postés 358 Statut Membre 80
     
    J'ai trouvé : <?php
    quelle erreur bête !!
    0