is it possible to have more than one header(location : );
or can i have one
header('Refresh : 3; url=login.php') ;
and
echo header('locatio n: index.php');
or can i have one
header('Refresh : 3; url=login.php') ;
and
echo header('locatio n: index.php');
Comment