> -----Original Message-----
> From: Wayne Hinch [mailto:[EMAIL PROTECTED]] 
> Does this get invoked as soon as the page is opened?
>
> -----Original Message-----
> From: brother [mailto:[EMAIL PROTECTED]] 
> 
> I most often uses the standard metarefresh, you just have to echo the
> variabels you want to pass to the new_doc.php
> 
> <META http-equiv="REFRESH" CONTENT="0; URL=new_doc.php">
> 
> /brother


<html>
<head></head>
<body>
some htmlcode
<? some php code ?>
even more html
<META http-equiv="REFRESH" CONTENT="0; URL=new_doc.php">
</body></html>



it is standard HTML so the page will be loaded and everything in it will be
parsed by the PHPengine and then by the browser.

/brother

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to