NO PHP code ever touches the browser, only the output, but you can do something like this to refresh... it will give you the general idea of how to use the meta tags with PHP:
<?
$referer = "gb.php?view"; //redirect to view the guestbook
?>
<meta http-equiv="refresh" content="0; url=<?php echo $referer; ?>" />