include("../include/_connection.php"); $theEvt = GetValDefault( "theEvt", 1 ); $thePrix = GetValDefault( "thePrix", null ); $theYear = GetValDefault( "theYear", null ); $theRecomp = GetValDefault( "theRecomp", null ); $theNomin = GetValDefault( "theNomin", null ); $recherche = GetFormDefault( "recherche", null ); if ( is_null( $thePrix ) || ( $thePrix == -1 ) ) $thePrix = null; if ( is_null( $theYear ) || ( $theYear == -1 ) ) $theYear = null; /* echo "
Utiliser cette interface pour rechercher les résultats (récompenses et/ou nominations) des plus grands évènements ciné.
Pour limiter le nombre de résultats, veuillez sélectionner au moins un prix ou une année.
if( !is_null( $recherche ) ){ if ( is_null( $msgError ) ) putRecompenses( null, null, $theEvt, $thePrix, $theYear, $theRecomp, $theNomin ); else echo "".$msgError."
"; } ?>