![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: $request problem
From: Erwin Moller <since_humans_read_this_I_am_spammed_too_much@spamyourself.com>
Date: Tue Mar 14 2006 - 14:09:41 CET
ColdShine wrote:
<snip>
I liked this discussion, and it cleared a few thing up I never understood,
I couldn't resist myself to give some comment.
>
Personally I think that it is a big mistake of PHP to let this construct
Why oh why not just produce an error?
These constructs are excactly why I walked away from Perl some years ago.
Another thing: Try to be nice to yourself and fellowprogrammers, and just
What's wrong with:
Why obfuscate code with complex parameters inside (double) quotes?
I think it is just unneccessary, and I never came across a situation where
Well, just my 2 cents.
Regards,
> echo "$arr['key']"; // parse error
|