How to redirect one page to another page in php

redirect
php

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:

Simple Array Sum | Javascript | hackerrank.com

07-05-2020 hackerrank.com javascript arrays array sum

How to redirect one page to another page in php

20-03-2017 redirect php

Sanitization in java sript

14-03-2017 sanitization java script

How to convert html to pdf in Node js

12-03-2017 pdf convert html node js

Filters for convert text to camel case in Angular Js

05-03-2017 angularjs camelcase filters