" . _("You haven't filled the first section of the poll creation.") . " !
"."\n";
print "" . _("Back to the homepage of ") . " ".NOMAPPLICATION."."."\n";
echo '
'."\n";
echo '
'."\n";
//bandeau de pied
bandeau_pied();
echo ''."\n";
echo ''."\n";
}
else {
//partie creation du sondage dans la base SQL
//On prépare les données pour les inserer dans la base
if ($_POST["confirmecreation_x"]){
//recuperation des données de champs textes
for ($i=0;$i<$_SESSION["nbrecases"]+1;$i++){
if ($_POST["choix"][$i]){
$toutchoix.=',';
$toutchoix.=str_replace(","," ",$_POST["choix"][$i]);
}
}
$toutchoix=str_replace("'","°",$toutchoix);
$toutchoix=substr("$toutchoix",1);
$_SESSION["toutchoix"]=$toutchoix;
if ($_POST["champdatefin"]){
$registredate=explode("/",$_POST["champdatefin"]);
if (mktime(0,0,0,$registredate[1],$registredate[0],$registredate[2])>time()+250000){
$_SESSION["champdatefin"]=mktime(0,0,0,$registredate[1],$registredate[0],$registredate[2]);
}
}
else{
$_SESSION["champdatefin"]=time()+15552000;
}
//format du sondage AUTRE
$_SESSION["formatsondage"]="A".$_SESSION["studsplus"];
ajouter_sondage();
}
// recuperation des sujets pour sondage AUTRE
for ($i=0;$i<$_SESSION["nbrecases"];$i++){
if (!preg_match(';<|>|";',$_POST["choix"][$i])){
$_SESSION["choix$i"]=$_POST["choix"][$i];
}
else {$erreur_injection="yes";}
}
//nombre de cases par défaut
if(!$_SESSION["nbrecases"]){
$_SESSION["nbrecases"]=10;
}
if ($_POST["ajoutcases"]||$_POST["ajoutcases_x"]){
$_SESSION["nbrecases"]=$_SESSION["nbrecases"]+5;
}
echo ''."\n";
echo ''."\n";
echo ''."\n";
echo ''."\n";
echo ''.NOMAPPLICATION.''."\n";
echo ''."\n";
echo '';
echo ''."\n";
echo ''."\n";
echo '