RE: [PHP] Re: header(); Issue

2003-06-19 Thread Mike At Spy
TED] > 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. > > > "Spypro

[PHP] Re: header(); Issue

2003-06-19 Thread Esteban Fernandez
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 el