Cita:
Iniciado por T4ke0veR
de esta manera
Código PHP:
$func = isset($_GET['func']) ? $_GET['func'] : null;
if($_GET['func'] == "drop_1" && isset($_GET['func'])) {
drop_1($_GET['drop_var']);
}
Estas cometiendo exactamente el error que te comenté, ¿ya te diste cuenta?