Posted by Captain Paralytic on 01/31/07 17:11
On 31 Jan, 16:58, Gunnar G <deb...@comhem.se> 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.
[Back to original message]
|