A simple PHP header not working -


the header not redirecting

<?php include_once "header.php"; include_once "connect.php"; include_once "dao/product-dao.php";  $id = $_get['id']; removeproduct($conn, $id); header('location: product-list.php'); 

what problem header?


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -