site map

Parkside Web Development

Read... Write... Share...

June 16, 2010

Simple js redirect

Filed under: Developing the WebThe Quagmire @ 3:39 pm

If you need to do a simple redirect from php and don’t want to / can’t use the header command, here’s a simple answer to the problem…

1
echo "<script>top.location.href = 'http://www.yahoo.com';</script>";
Share/Save/Bookmark