I am trying to redirect my page after successful user login using php header,But i am unable to redirect the page.
echo '<span style="color:#E02F2F;text-align:center;font-size:25px;padding-left:38%;">Username or Password is valid</span>';
header('Location:http://example.com/templates/georamble/index.php'); // Redirecting To Other Page
my login page is inside the "georamble" folder. where i am wrong?