Hi guys,
Is there a way to empty a $_GET variable after a page reload?
For example :
echo $_GET["msg"] // returns 2
// page reload
echo $_GET["msg"] // returns nothing
Thanks
Is there a way to empty a $_GET variable after a page reload?
For example :
echo $_GET["msg"] // returns 2
// page reload
echo $_GET["msg"] // returns nothing
Thanks