At 7:20 PM +0100 7/10/08, Alex Chamberlain wrote:
I need to send a header('Location:....') and send some data along with it -
how would I do this??

Thanks,

Alex

Alext:

Or you could just:

   ob_clean();
   include('theNextScript.php');
   exit();

The variable in your parent script will be "passed" to the next script.

Cheers,

tedd

--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

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

Reply via email to