Hi,
Im not quite sure what you mean but ill give it a go.
If you want to redirect the user/YOU to another page you can use a header() call. But this must be donw before you print anything to the browser:
<?php
header("Location: WHERE_YOU_WANT_TO_GO");
?>
if thats not what you mean check back and tell me in more detail.
Elfyn