Change URL using Javascript in PHP

There are many ways to change URL for SEO or any other purpose. like htaccess file and PHP but here I am going to share with you another method 

Javascript 

Using javascript function you can change your browser URL like this 

echo "<script>history.replaceState({},'','ww.gmail.com');</script>";


here  " history.replaceState({},'','ww.gmail.com');  "   This function changes browser url according your text written . 


It is very powerful thanks 






No comments:

Post a Comment

Pages