I managed to get the variable normally.
Now, when I'm using the database it does not enter the error.
Can anyone help me?
PHP
if($_GET['mode']=="login") {
$matricula = $_GET['matricula'];
$resultado = pesquisarJogador($matricula);
while ($linha = mysql_fetch_array($resultado)) {
$nome = $linha['nome'];
if(!empty(nome)){
echo "ok";
}
}
}
CONSTRUCT
<img src="http://www.imagebam/image/3d2ba4199192741" border="0" />