As long as the first script has not output any HTML to the client yet you can use a redirect header:
header("Location: secondscript.php");
I believe you can even append variables to the page name just like a "get" request, though I have never tried this.
-- Rich Rijnders
-- Irvine CA US