A voir également:
- Pb PHP
- Easy php - Télécharger - Divers Web & Internet
- \R php ✓ - Forum PHP
- Br php ✓ - Forum PHP
- Expert php - Télécharger - Langages
- Php echo image ✓ - Forum PHP
1 réponse
Utilisateur anonyme
5 avril 2004 à 09:22
5 avril 2004 à 09:22
Salut,
C'est normal.
Je modifierais ton code comme suivant:
Kalamit,
Parle à ma culasse, mon carter est malade. :)
C'est normal.
Je modifierais ton code comme suivant:
<HTML> <BODY> <?php if (isset($_POST['ligne']) { $ligne=$_POST['ligne']; $fp = fopen ("essai.txt","a"); fputs ($fp,"$ligne"); fputs ($fp,"\n"); fclose ($fp); } ?> <FORM name="citation" action="citations.php" method="post"> Saisie : <INPUT NAME="ligne"><INPUT TYPE="submit"> </FORM> </BODY> </HTML>
Kalamit,
Parle à ma culasse, mon carter est malade. :)