DOPO IL CORSO

[contact-form-7 id=”2271″ title=”dopo_il_corso_REV2″]

PRIMA DEL CORSO

[contact-form-7 id=”2259″ title=”prima_del_corso_REV2″]

Diario di Bordo

[php] global $current_user; get_currentuserinfo(); $utente = $current_user->user_email ; require_once(ABSPATH . ‘wp-content/plugins/contact-form-7-to-database-extension/CFDBFormIterator.php’); $exp = new CFDBFormIterator(); # **** PRIMA DEL CORSO **** $BGCOLOR=”style=’background-color:white;'”; $exp->export(‘prima_del_corso_REV2’, $atts); while ($row = $exp->nextRow()) { extract($row); if ($user_email== $utente) { $domanda1=$domanda_1;$domanda2=$domanda_2;$domanda3=$domanda_3; $controllo1=1;$BGCOLOR=””; } } # **** DOPO LA PRIMA LEZIONE **** $BGCOLORB=”style=’background-color:white;'”; $exp->export(‘dopo_prima_lez_REV2’, $atts); while ($row = $exp->nextRow()) { extract($row); if ($user_email== $utente) { $domandab1=$domanda_1;$domandab2=$domanda_2;$domandab3=$domanda_3; $controlloa1=1; […]