Re: Sending a variable



On 31 Jan, 16:58, Gunnar G <deb...@xxxxxxxxx> wrote:
In foo.php I do (essentialy)

header("Location:http://x.y.z/bar.php?".a000=1&Vtmpfname=".$Vtmpfname;

where $Vtmpfname has a proper value, atleast I can see it if I echo it in
foo.php.

But in bar.php, I don't get any value for a000 or Vtmpfname.
I thought I would get those variables.

Can anyone here help me spot the error?
Thank you.
--
I didn't know sci.bio.paleontology was that low traffic until I tried read
the thread "Where is everyone?" and found it to be expired.

You missed the closing bracket on the header call.

.



Relevant Pages

  • Re: Sending a variable
    ... where $Vtmpfname has a proper value, atleast I can see it if I echo it in ... I don't get any value for a000 or Vtmpfname. ...
    (comp.lang.php)
  • Sending a variable
    ... where $Vtmpfname has a proper value, atleast I can see it if I echo it in ... I don't get any value for a000 or Vtmpfname. ...
    (comp.lang.php)