On 18/04/06, Vernon Webb <[EMAIL PROTECTED]> wrote:
> I've recently upgraded a server from Fedora Core 3 to Core 5 in the process
> php had
> been upgraded from either 3 or 4 to php 5. In doing so I had to do a major
> overhaul of
> a web site as many things stopped working (.i.e $HTTP_POST_VAR,
Lester Caine wrote:
Vernon Webb wrote:
Register Globals?
You got it. Is there any advantage to having this turned off?
It's a major security hole if left on ;)
it's a major _potential_ security hole. proper initialized of all
[global] variables (and santization of incoming data) means an a
>
> It's a major security hole if left on ;)
> And convincing people to plug that hole was not happening, so
> something
> more major was needed.
Only if the programmer uses it. As I understand it, register_globals being
on doesn't present a security risk in and of itself as long as the
progra
Vernon Webb wrote:
Register Globals?
You got it. Is there any advantage to having this turned off?
It's a major security hole if left on ;)
And convincing people to plug that hole was not happening, so something
more major was needed.
As I understand it - PHP6 will not even have the option to
Vernon Webb wrote:
Register Globals?
You got it. Is there any advantage to having this turned off?
One or two
http://us2.php.net/register_globals
--
John C. Nichel IV
Programmer/System Admin (ÜberGeek)
Dot Com Holdings of Buffalo
716.856.9675
[EMAIL PROTECTED]
--
PHP General Mailing L
> Register Globals?
You got it. Is there any advantage to having this turned off?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
[snip]
foreach ($checkbox as $value) {
echo "Value: $value\n";
}
however the value is no longer being echoed to the page.
What am I missing here?
This is the code that is being submitted, $num being an incremented
value:
[/snip]
Is the checkbox 'checked'? If not it returns no value.
Vernon Webb wrote:
I've recently upgraded a server from Fedora Core 3 to Core 5 in the process php had
been upgraded from either 3 or 4 to php 5. In doing so I had to do a major overhaul of
a web site as many things stopped working (.i.e $HTTP_POST_VAR, etc). Haven't gotten
through most of that
8 matches
Mail list logo