[mai() php] unexpected t_variable
Résolu/Fermé
A voir également:
- [mai() php] unexpected t_variable
- Easy php - Télécharger - Divers Web & Internet
- Mai friend - Guide
- \R php ✓ - Forum PHP
- Unexpected indent ✓ - Forum Python
- Syntax error, unexpected token "use" php ✓ - Forum PHP
2 réponses
StreM
Messages postés
515
Date d'inscription
lundi 18 octobre 2004
Statut
Membre
Dernière intervention
28 février 2007
124
28 sept. 2005 à 11:34
28 sept. 2005 à 11:34
Essaie ça :
mail($_POST["Femail"],"Hey ".$_POST['Fnom'].", te voilà inscrit à la Newsletter de $titre",$codehtml,"From: $email_admin\nReply-To: $email_admin\nContent-Type: text/html; charset=\"iso-8859-1\"\n");
Et fais attention aux guillemets.
mail($_POST["Femail"],"Hey ".$_POST['Fnom'].", te voilà inscrit à la Newsletter de $titre",$codehtml,"From: $email_admin\nReply-To: $email_admin\nContent-Type: text/html; charset=\"iso-8859-1\"\n");
Et fais attention aux guillemets.