--- Martin Marques <[EMAIL PROTECTED]> wrote: > I need to print a page and redirect the browser to another page. As it > can't be done with PHP [snip]
Is that a challenge? :-) Try this: <? header('Refresh: 3; url=http://www.php.net/'); echo 'Hello, world!'; ?> Hope that helps. Chris ===== My Blog http://shiflett.org/ HTTP Developer's Handbook http://httphandbook.org/ RAMP Training Courses http://www.nyphp.org/ramp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php