I want to know how many way PHP can use to redirect a page , except send a meta tag like
<meta http-equiv="refresh" content="url" >
and
header(location) .
Because header send a header and it will run with no output and meta-tag belongs to HTML .
It's good but not professional ๐
No way like Response.Redirect (ASP) or jsp:redirect ?