Target in php header refresh
Posted: 07 Mar 2018, 09:12
Dear Admin sorry I post twice questions into few hours
but I try to add a target="shout" into this code what I did went all wrong
I realy hope you have a sugestion for me `thanks for your support`
This is wrong but for example
but I try to add a target="shout" into this code what I did went all wrong
I realy hope you have a sugestion for me `thanks for your support`
Code: Select all
if($stmt->execute())
{
$successMSG = "You succesfully Shouted...";
header("refresh:5;Show-Shout-Reply.php?id=$users[id]&id_2=$_GET[notice_id]"); // redirects image view page after 5 seconds.
}
else
{
$errMSG = "error while inserting....";
}
Code: Select all
refresh:5;Show-Shout-Reply.php?id=$users[id]&id_2=$_GET[notice_id];target:shout