I'll give one of the suggestions a whirl (or both).  I do have this same
sort of thing on a different server with a more recent version of PHP -
which is why I thought it might be a version issue. :)

-Mike


> -----Original Message-----
> From: Esteban Fernandez [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 19, 2003 12:41 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Re: header(); Issue
>
>
> Try
>
> header("Location: ".$Relative."/outstanding.php?pdd=1&pddid=".$poid."");
>
> EF.
>
>
> "Spyproductions Support Team" <[EMAIL PROTECTED]> escribió en el
> mensaje news:[EMAIL PROTECTED]
> >
> > I have this in a script:
> >
> > header("Location: $Relative/outstanding.php?pdd=1&pddid=$poid");
> >
> > It works fine elsewhere in the script without the variables.
> Does anyone
> > know if php 4.06 has issues with this?  Or am I making a boneheaded
> mistake
> > here?
> >
> > $Relative is from an include, and outputs fine.  :)
> >
> > Thanks!
> >
> > :)
> >
> > -Mike
> >
> >
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>



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

Reply via email to