You are on page 1of 2

// recibri datos 

if ($_SERVER['REQUEST_METHOD']=='POST') {
    $usuario = filter_var(strtolower($_POST ['usuario']),FILTER_SANITIZE_STRING);
TER_SANITIZE_STRING);

You might also like