[PHP] Re: header(); Issue

2003-06-19 Thread Esteban Fernandez
Try

header(Location: .$Relative./outstanding.php?pdd=1pddid=.$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=1pddid=$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



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

2003-06-19 Thread Mike At Spy

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=1pddid=.$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=1pddid=$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