// MAL$algo;// BIEN (si el metodo es post)$_POST['algo'];// CORRECTO!!$algo = isset($_POST['algo'])? $_POST['algo']: '';