--
Jon Kriek
www.phpfreaks.com
www.jonkriek.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- Kelly Hallman <[EMAIL PROTECTED]> wrote:
> On Tue, 2 Dec 2003, Chris Hubbard wrote:
> > All, dealing with header("location:...") again. and trying to
> > understand what's happening. I've got the following code:
> > header("Location:http://www.mysite.com/cp/ad/ad_details.php?id=";.
> $id);
>
On Tue, 2 Dec 2003, Chris Hubbard wrote:
> All, dealing with header("location:...") again. and trying to
> understand what's happening. I've got the following code:
> header("Location:http://www.mysite.com/cp/ad/ad_details.php?id=";. $id);
I'm kinda surprised I didn't see this mentioned.. Have yo
--- Chris Hubbard <[EMAIL PROTECTED]> wrote:
> header("Location:http://www.mysite.com/cp/ad/ad_details.php?id=";. $id);
There should be a space after the first colon there.
> Then I used LiveHTTPHeaders in Mozilla and it give me some interesting
> information, though I'm not quite sure how to int
All,
dealing with header("location:...") again. and trying to understand what's
happening.
I've got the following code:
writeMessage($id);
header("Location:http://www.mysite.com/cp/ad/ad_details.php?id=";. $id);
writeMessage() is a debugging function that writes the value of the variable
to a d
5 matches
Mail list logo