hola miren tengo esto
Código PHP:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
</head>
<body>
<?
include "conexion.php";
include "menu/menu.php";
if (isset($_SESSION['correo'])) {
$query= mysql_query("select* from registro where dato LIKE '$nombre', LIKE dato='$apellido',like dato='$correo'"); {
$_SESSION["apellido"] = $row['apellido'];
echo "Resultados de la Busqueda";
echo $_SESSION["nombre"];
echo $_SESSION["apellido"];
echo $_SESSION["correo"];
}
}
?>
</body>
</html>
y eso me lanza el signt error
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\sw\buscar.php on line 16