Re: [PHP] Variables not available

2005-09-12 Thread Dotan Cohen
On 9/12/05, Ryan A <[EMAIL PROTECTED]> wrote: > > On 9/12/2005 9:00:46 AM, Dotan Cohen ([EMAIL PROTECTED]) wrote: > > I am running php 5.0.4 at home on my Fedora Core 4 box. Post and get > > variables are not available in my scripts. For instance, in > > file.php?foo=bar the variable $foo is empty

Re: [PHP] Variables not available

2005-09-12 Thread Ryan A
On 9/12/2005 9:00:46 AM, Dotan Cohen ([EMAIL PROTECTED]) wrote: > I am running php 5.0.4 at home on my Fedora Core 4 box. Post and get > variables are not available in my scripts. For instance, in > file.php?foo=bar the variable $foo is empty. Same thing for variables > passed in forms (get or pos

Re: [PHP] Variables not available

2005-09-12 Thread Dotan Cohen
On 9/12/05, Burhan Khalid <[EMAIL PROTECTED]> wrote: > Dotan Cohen wrote: > > I am running php 5.0.4 at home on my Fedora Core 4 box. Post and get > > variables are not available in my scripts. For instance, in > > file.php?foo=bar the variable $foo is empty. Same thing for variables > > passed in

Re: [PHP] Variables not available

2005-09-12 Thread Burhan Khalid
Dotan Cohen wrote: I am running php 5.0.4 at home on my Fedora Core 4 box. Post and get variables are not available in my scripts. For instance, in file.php?foo=bar the variable $foo is empty. Same thing for variables passed in forms (get or post), which is how I came across this. What could cau