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]
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]