Re[2]: [PHP] Re[2]: The 'at' sign (@) variable prefix

2008-10-10 Thread ANR Daemon
Greetings, Maciek Sokolewicz. In reply to Your message dated Thursday, October 9, 2008, 20:25:42, > If you're using it to deal with possible empty input data, you'd better > do it > explicitly enstead. > > Something like this: > > if(!array_key_exists('from_year', $_P

Re: [PHP] Re[2]: The 'at' sign (@) variable prefix

2008-10-09 Thread Jim Lucas
Maciek Sokolewicz wrote: > ANR Daemon wrote: >> Greetings, Ashley Sheridan. >> In reply to Your message dated Wednesday, October 8, 2008, 23:08:37, >> > If you're using it to deal with possible empty input data, you'd > better do it > explicitly enstead. > > Something like this:

Re: [PHP] Re[2]: The 'at' sign (@) variable prefix

2008-10-09 Thread Andrew Ballard
On Thu, Oct 9, 2008 at 12:25 PM, Maciek Sokolewicz <[EMAIL PROTECTED]> wrote: > ANR Daemon wrote: >> >> Greetings, Ashley Sheridan. >> In reply to Your message dated Wednesday, October 8, 2008, 23:08:37, >> > If you're using it to deal with possible empty input data, you'd better > do it >>

Re: [PHP] Re[2]: The 'at' sign (@) variable prefix

2008-10-09 Thread Maciek Sokolewicz
ANR Daemon wrote: Greetings, Ashley Sheridan. In reply to Your message dated Wednesday, October 8, 2008, 23:08:37, If you're using it to deal with possible empty input data, you'd better do it explicitly enstead. Something like this: if(!array_key_exists('from_year', $_POST) || !array_key

Re[2]: [PHP] Re[2]: The 'at' sign (@) variable prefix

2008-10-09 Thread ANR Daemon
Greetings, Ashley Sheridan. In reply to Your message dated Wednesday, October 8, 2008, 23:08:37, >> > If you're using it to deal with possible empty input data, you'd better do >> > it >> > explicitly enstead. >> > >> > Something like this: >> > >> > if(!array_key_exists('from_year', $_POST) >>

Re: [PHP] Re[2]: The 'at' sign (@) variable prefix

2008-10-08 Thread Ashley Sheridan
On Wed, 2008-10-08 at 12:01 -0700, mike wrote: > On Wed, Oct 8, 2008 at 4:06 AM, ANR Daemon <[EMAIL PROTECTED]> wrote: > > > If you're using it to deal with possible empty input data, you'd better do > > it > > explicitly enstead. > > > > Something like this: > > > > if(!array_key_exists('from_y

Re: [PHP] Re[2]: The 'at' sign (@) variable prefix

2008-10-08 Thread mike
On Wed, Oct 8, 2008 at 4:06 AM, ANR Daemon <[EMAIL PROTECTED]> wrote: > If you're using it to deal with possible empty input data, you'd better do it > explicitly enstead. > > Something like this: > > if(!array_key_exists('from_year', $_POST) >|| !array_key_exists('from_month', $_POST) >|

[PHP] Re[2]: The 'at' sign (@) variable prefix

2008-10-08 Thread ANR Daemon
Greetings, ""Crash" Dummy". In reply to Your message dated Tuesday, October 7, 2008, 15:54:14, >>> mike schreef: Mon, Oct 6, 2008 at 12:17 PM, Daniel Brown <[EMAIL PROTECTED] wrote: >> I will get an error, but if I prefix the value with '@', >> [EMAIL PROTECTED]"q"]; > Th