Js dans du PHP ^^
Résolu/Fermé
niconovice
Messages postés
953
Date d'inscription
lundi 10 novembre 2008
Statut
Membre
Dernière intervention
3 mars 2014
-
14 août 2009 à 21:56
niconovice Messages postés 953 Date d'inscription lundi 10 novembre 2008 Statut Membre Dernière intervention 3 mars 2014 - 17 août 2009 à 02:40
niconovice Messages postés 953 Date d'inscription lundi 10 novembre 2008 Statut Membre Dernière intervention 3 mars 2014 - 17 août 2009 à 02:40
A voir également:
- Js dans du PHP ^^
- Easy php - Télécharger - Divers Web & Internet
- Expert php pinterest - Télécharger - Langages
- Alert php ✓ - Forum PHP
- Get_magic_quotes_gpc php 8 ✓ - Forum PHP
- Php alert - Forum PHP
2 réponses
niconovice
Messages postés
953
Date d'inscription
lundi 10 novembre 2008
Statut
Membre
Dernière intervention
3 mars 2014
86
14 août 2009 à 22:13
14 août 2009 à 22:13
c'est bon j'ai trouvé, j suis vraiment trop xD
la solution c'est:
if (@mail($email_webmaster,$_POST["nom"],$_POST["prenom"],$_POST["sujet"],$entete)){
// mail envoyé
echo "<script langage='javascript'>";
echo "alert('merci !')";
echo "</script>";
}
google mon ami !
la solution c'est:
if (@mail($email_webmaster,$_POST["nom"],$_POST["prenom"],$_POST["sujet"],$entete)){
// mail envoyé
echo "<script langage='javascript'>";
echo "alert('merci !')";
echo "</script>";
}
google mon ami !
niconovice
Messages postés
953
Date d'inscription
lundi 10 novembre 2008
Statut
Membre
Dernière intervention
3 mars 2014
86
17 août 2009 à 02:40
17 août 2009 à 02:40
En fait non, c'etait encore plus simple que ça:
- fonction/condition -
{
?>
<script type="text/javascript" src="msg-box.js"></script>";
<?php
- condition -
}
tout simplement, lol
- fonction/condition -
{
?>
<script type="text/javascript" src="msg-box.js"></script>";
<?php
- condition -
}
tout simplement, lol