redirect another page from php page using jscript

How to redirect another page from php page using javascript

<?php echo ''; ?>

It looks right to me, except that I think you are missing some double quotes and semi colons…

[php]<?php

echo ‘’;
?>[/php]

Sponsor our Newsletter | Privacy Policy | Terms of Service