|";',$titre)) { $erreur_injection_titre = true; } if (preg_match(';<|>|";',$nom)) { $erreur_injection_nom = true; } if (preg_match(';<|>|";',$commentaires)) { $erreur_injection_commentaires = true; } // Si pas d'erreur dans l'adresse alors on change de page vers date ou autre if ($titre && $nom && $adresse && !$erreur_adresse && ! $erreur_injection_titre && ! $erreur_injection_commentaires && ! $erreur_injection_nom) { /* # pyg@framasoft.net : inutile. if ($creation_sondage_date !== null || $creation_sondage_date_x !== null) { header("Location:choix_date.php"); exit(); } if ($creation_sondage_autre !== null || $creation_sondage_autre_x !== null) { header("Location:choix_autre.php"); exit(); } if ( $creation_sondage_autre_x !== null) { header("Location:choix_autre.php"); exit(); } */ if ( $poursuivre == "creation_sondage_date" ) { header("Location:choix_date.php"); exit(); } if ( $poursuivre == "creation_sondage_autre" ) { header("Location:choix_autre.php"); exit(); } } else { // Title Erreur ! print_header(true, _("Error!").' - '._("Poll creation (1 on 2)")); } } else { // Title OK (formulaire pas encore rempli) print_header(true, _("Poll creation (1 on 2)")); } //affichage de la page echo '
'."\n"; framanav(); //affichage des bandeaux de tete logo(); bandeau_tete(); echo ''. _("Poll creation (1 on 2)") .'
'."\n"; sous_bandeau(); // premier sondage ? test l'existence des schémas SQL avant d'aller plus loin if(!check_table_sondage()) { echo ''. _("STUdS is not properly installed, please check the 'INSTALL' to setup the database before continuing") . "
"."\n"; bandeau_pied(); echo ''."\n"; echo '