Ahh, but they are on different webservers....

At the moment, I am just using a query string. How long is the limit of the
query string??

Alex

> -----Original Message-----
> From: tedd [mailto:[EMAIL PROTECTED]
> Sent: 11 July 2008 17:12
> To: Alex Chamberlain; PHP General list
> Subject: Re: [PHP] Relocating and POSTing
> 
> 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
> No virus found in this incoming message.
> Checked by AVG - http://www.avg.com
> Version: 8.0.138 / Virus Database: 270.4.7/1546 - Release Date:
> 11/07/2008 06:47

No virus found in this outgoing message. Scanned by AVG Free 8.0
Checked by AVG - http://www.avg.com 
Version: 8.0.138 / Virus Database: 270.4.7/1546 - Release Date: 11/07/2008
06:47

No virus found in this outgoing message. Scanned by AVG Free 8.0
Checked by AVG - http://www.avg.com 
Version: 8.0.138 / Virus Database: 270.4.7/1546 - Release Date: 11/07/2008
06:47


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

Reply via email to