1
|
header(
"Location: index.php"
);
|
1
2
3
4
5
|
<?php
header(
"Refresh: 5; url=index.php"
);
echo
'Logged in successfully.'
; ?>
|
1
|
|