> pai in php e simplu, folosesti ceva de genul asta :
> 
> $headers .= "From: $name <$email>\n";  the person's email address like
> normal
> $headers .= "Content-Type: text/plain; charset=iso-8859-1\n"; 
> $recipient = "[EMAIL PROTECTED]"; 
> $subject = "Subiect email";  email
> 
> $msg = wordwrap( $msg, 1024 );
> 
> mail($recipient, $subject, stripslashes($msg), $headers); 
> 
> chestia asta o pui intr-un fisier cu extesie php 
> iar in formularul tau din orice pagina bagi ceva de genu :
> 
> <form name="form" method="post" action="contactscript.php"> 
> 
Am facut acest script dar imi zice ceva de o eroare in linia 2, adica asta:
> $headers .= "From: $name <$email>\n";  the person's 
astea sunt niste variabile nu ($name si $email) ?
de unde ar trebui sa ia php-ul variabilele astea ?



--- 
Detalii despre listele noastre de mail: http://www.lug.ro/


Raspunde prin e-mail lui