bonjour j'ai un petit problème avec return 1.
et la fonction suivant est exact donc je devrais me brancher sur p3.php
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8 if(strpos($ret,"Le Texto a été expédié avec succès !") === false) return 0; else return 1; return 1; if( $cible > $ciblefin ) header ('location: p3.php'); else header ('location: p4.php'); }
mzerci
Partager