There are some methods to redirect in php.
$url = 'www.google.com'; redirect($url);
and next method for redirection
echo "<script>window.location=window.location</script>";
You might also like:
Use java script file client side and server side at a time in node js30-07-2017 node js include call javascript |
Detect AdBlock with JavaScript in my browser30-07-2017 AdBlock javascript detect |
How to redirect one page to another page in php20-03-2017 redirect php |
Remove last two characters from given string06-03-2017 substring javascript remove |
Email validation regular expression in javascript22-02-2017 email validation regex |