How can I redirect to the same page using PHP?
For example, locally my web address is:
http://localhost/myweb/index.php
How can I r
I just tried using header("Location: "); (without any value) and it redirected to the current page.
header("Location: ");