Ecriture dans fichier texte avec pHP
Fermé
drogba7213
Messages postés
1524
Date d'inscription
mardi 14 août 2007
Statut
Membre
Dernière intervention
3 avril 2010
-
20 mai 2008 à 14:17
drogba7213 Messages postés 1524 Date d'inscription mardi 14 août 2007 Statut Membre Dernière intervention 3 avril 2010 - 20 mai 2008 à 16:09
drogba7213 Messages postés 1524 Date d'inscription mardi 14 août 2007 Statut Membre Dernière intervention 3 avril 2010 - 20 mai 2008 à 16:09
A voir également:
- Ecriture dans fichier texte avec pHP
- Fichier rar - Guide
- Fichier host - Guide
- Comment ouvrir un fichier epub ? - Guide
- Comment réduire la taille d'un fichier - Guide
- Écriture facebook - Guide
4 réponses
drogba7213
Messages postés
1524
Date d'inscription
mardi 14 août 2007
Statut
Membre
Dernière intervention
3 avril 2010
21
20 mai 2008 à 14:43
20 mai 2008 à 14:43
personnes ne peut m'aidez??
drogba7213
Messages postés
1524
Date d'inscription
mardi 14 août 2007
Statut
Membre
Dernière intervention
3 avril 2010
21
20 mai 2008 à 15:39
20 mai 2008 à 15:39
Code :
$fp = fopen("/site/fichier.txt","a+");
fputs($fp, "\n"); // on va a la ligne
fputs($fp, "nom | prenom | naissance | lieu | dpt | adresse | telephone | telecopie | portable | mail | classe | option | annee | classe2 | option2 | annee2 | classe3 | option3 | annee3 | classe4 | option4 | annee4 | classe5 | option5 | annee5 | classe6 | option6 | annee6 | classe7 | option7 | annee7 | classe8 | option8 | annee8 | mention | annee9 | mention2 | annee10");
fputs($fp, "$_POST['nom'] | $_POST['prenom'] | $_POST['naissance'] | $_POST['lieu'] | $_POST['dpt'] | $_POST['adresse'] | $_POST['telephone'] | $_POST['telecopie'] |
$_POST['portable'] | $_POST['mail'] | $_POST['classe'] | $_POST['option'] | $_POST['anne'] | $_POST['classe2'] | $_POST['option2'] | $_POST['annee2'] | $_POST['classe3'] |
$_POST['option3'] | $_POST['annee3'] | $_POST['classe4'] | $_POST['option4'] | $_POST['annee4'] | $_POST['classe5'] | $_POST['option5'] | $_POST['annee5'] |
$_POST['classe6'] | $_POST['option6'] | $_POST['annee6'] | $_POST['classe7'] | $_POST['option7'] | $_POST['annee7'] | $_POST['classe8'] | $_POST['option8'] |
$_POST['annee8'] | $_POST['mention'] | $_POST['annee9'] | $_POST['mention2'] | $_POST['annee10'] |
fclose($fp);
Dite moi est ce que ca pourrait ressembler à ca?
$fp = fopen("/site/fichier.txt","a+");
fputs($fp, "\n"); // on va a la ligne
fputs($fp, "nom | prenom | naissance | lieu | dpt | adresse | telephone | telecopie | portable | mail | classe | option | annee | classe2 | option2 | annee2 | classe3 | option3 | annee3 | classe4 | option4 | annee4 | classe5 | option5 | annee5 | classe6 | option6 | annee6 | classe7 | option7 | annee7 | classe8 | option8 | annee8 | mention | annee9 | mention2 | annee10");
fputs($fp, "$_POST['nom'] | $_POST['prenom'] | $_POST['naissance'] | $_POST['lieu'] | $_POST['dpt'] | $_POST['adresse'] | $_POST['telephone'] | $_POST['telecopie'] |
$_POST['portable'] | $_POST['mail'] | $_POST['classe'] | $_POST['option'] | $_POST['anne'] | $_POST['classe2'] | $_POST['option2'] | $_POST['annee2'] | $_POST['classe3'] |
$_POST['option3'] | $_POST['annee3'] | $_POST['classe4'] | $_POST['option4'] | $_POST['annee4'] | $_POST['classe5'] | $_POST['option5'] | $_POST['annee5'] |
$_POST['classe6'] | $_POST['option6'] | $_POST['annee6'] | $_POST['classe7'] | $_POST['option7'] | $_POST['annee7'] | $_POST['classe8'] | $_POST['option8'] |
$_POST['annee8'] | $_POST['mention'] | $_POST['annee9'] | $_POST['mention2'] | $_POST['annee10'] |
fclose($fp);
Dite moi est ce que ca pourrait ressembler à ca?
drogba7213
Messages postés
1524
Date d'inscription
mardi 14 août 2007
Statut
Membre
Dernière intervention
3 avril 2010
21
20 mai 2008 à 15:54
20 mai 2008 à 15:54
merci les gars pour votre aide...
drogba7213
Messages postés
1524
Date d'inscription
mardi 14 août 2007
Statut
Membre
Dernière intervention
3 avril 2010
21
20 mai 2008 à 16:09
20 mai 2008 à 16:09
J'ai ca comme erreur est ce que tu vois pourquoi stp?
Code :
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING
Code :
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING