Ver original$sql="SELECT a.Matricula FROM clientes AS a, usuarios AS c WHERE c.usuario='$user'";echo "$sql";