Una variable, es un GET de un formulario -
Código PHP:
$_GET[username]
Código PHP:
$consulta = mysql_query ("SELECT username FROM sfalls WHERE username = '$_GET[username]'");
$registro = mysql_fecth_array($consulta);
$registro = $consulta[0];
Código PHP:
if ($registro==$_GET[username])
{echo "Son iguales";}
else
{echo "No son iguales";}
Código PHP:
echo "$registro / $_GET[username]";
Por favor, si pueden ayudarme, solamente me quedan 2 horas para presentar el trabajo y poder presentarme a un examen final :(
Necesito vuestra ayuda, gracias!