
-----------------------------------
alpesh
Wed Aug 01, 2018 11:27 pm

Page Redirection Warning ( header location )
-----------------------------------
When You use 

header("location:url"); 

in PHP ... On server it Display warning and page does not redirect.

 :D  :D  :D 

Here is the solutiion



OR


Try replacing header("Location:order_sell.php"); with

echo '';    
exit;
