is there a way to redirect a page without using header("Location: http://www.example.com/"); this one can be used only if you position it on top of the page, before sending any other data. i want to redirect the page after some contents displayed.
ok i found the solution to this problem... print '<meta http-equiv="refresh" content="0;URL=http://www.example.com/">';