Quantcast
Channel: Active questions tagged html - Stack Overflow
Viewing all articles
Browse latest Browse all 73845

how to direct to another php page [duplicate]

$
0
0

i want to direct user to another page after succesful login. below is my code. how to resolve this?

$result = mysqli_query($mysqli, $query);
 //$result = mysqli_multi_query($mysqli, $query);
$data = mysqli_fetch_array($result);


$data= var_dump($data);
echo $data;

if($data != "NULL"){
	 header("Location:home2.php");
}
else {
	echo "sorry" ;
}

Viewing all articles
Browse latest Browse all 73845

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>