(a) redirect to another page BEFORE anything is put out by test.php:
header("Location: http://www.balazslaci.com");
exit;
(b) include another page's content in test.php:
see file/implode or fopen/fread. use this functions to read in a piece of html code, then put it out (echo, print, ...).