[insert_php]
session_start();
if (!isset($_SESSION[‘congreso’])){
header(‘Location: https://www.colegiodeterapeutas.cr/congreso/’);
exit;
}
$_SESSION[‘talleres’]=’1′;
if(isset($_POST[“area”]) and isset($_POST[“tipo”])){
$profesion=$_POST[“area”];
$tipo=$_POST[“tipo”];
$mensajeAlerta=””;
}
else{
$profesion=$_GET[“area”];
$tipo=$_GET[“tipo”];
$mensajeAlerta=”Uno o varios talleres seleccionados ya no poseen campo, favor haga su selección de nuevo”;
}
[/insert_php]
![]() |