How to use JavaScript redirection to specific URL in PHP

1 Answer

0 votes
echo "<script> window.location.assign('http://workingframe.com/'); </script>";

/*
run:
    

    
*/

 



answered Jul 20, 2016 by avibootz

Related questions

...