I totally agree. No offence to all the ppl who have asked, but didn't it say
on the download page that there had been "major changes to the way variables
are used"??
"John Holmes" <[EMAIL PROTECTED]> wrote in message
000a01c22b3d$e4755790$b402a8c0@mango">news:000a01c22b3d$e4755790$b402a8c0@mango
> > > PHP page. For example, with the following file test.php, using the URL
> > > 'test.php?mid=1' displays 'nope'.
>
> This list gets at least one question a day on this subject ...
Please refer to the manual when this happens, specifically:
http://www.php.net/manual/en/language.variables.e
Please read this:
http://www.php.net/manual/en/language.variables.external.php
Regards,
Philip Olson
On Sun, 14 Jul 2002, Mike Heffner wrote:
> Hi,
>
> I've recently upgraded from PHP 4.0.4p11 -> PHP 4.2.1, but now there seems
> to be a problem that variables from POST/GET are not being pas
On Sunday 14 July 2002 21:53, John Holmes wrote:
> > I've recently upgraded from PHP 4.0.4p11 -> PHP 4.2.1, but now there
>
> seems
>
> > to be a problem that variables from POST/GET are not being passed to
>
> the
>
> > PHP page. For example, with the following file test.php, using the URL
> > 't
> I've recently upgraded from PHP 4.0.4p11 -> PHP 4.2.1, but now there
seems
> to be a problem that variables from POST/GET are not being passed to
the
> PHP page. For example, with the following file test.php, using the URL
> 'test.php?mid=1' displays 'nope'.
Do you always upgrade programs witho
Check your php version. if its greater then 4.1.0, then you must either
enable 'register_globals' in your php.ini, or use $_GET['var'] or
$_POST['var'] to get data from a form
- Original Message -
From: "Mike Heffner" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, July 14, 2002
6 matches
Mail list logo