Re: $_POST case sensitivity
..oO(Jeff)
It is a broken feature like register_global s. It was supposed to be an
easy to use feature to prevent SQL injection and similar problems, but
it never really worked and just led to a dangerous and false sense of
security. It will be completely removed from PHP 6, so it's not really
worth to talk about it anymore. Consider it a design mistake in PHP's
history.
Micha
..oO(Jeff)
>OK, I'll bite as I'm a php newbie. Not that I'm planning on ever using
>magic quotes (I see it's deprecated) but I don't quite get the concept
>of why such a functionality exists.
>
Is there some vulnerability this was supposed to cover up? Or is it
>just a lazy way of getting data ready to put into a database? Is there
>some other use?
>magic quotes (I see it's deprecated) but I don't quite get the concept
>of why such a functionality exists.
>
Is there some vulnerability this was supposed to cover up? Or is it
>just a lazy way of getting data ready to put into a database? Is there
>some other use?
easy to use feature to prevent SQL injection and similar problems, but
it never really worked and just led to a dangerous and false sense of
security. It will be completely removed from PHP 6, so it's not really
worth to talk about it anymore. Consider it a design mistake in PHP's
history.
Micha
Comment