Re: [PHP] Absolute #$#$ silliness

2001-10-26 Thread Rasmus Lerdorf
You can't start a variable name with a number. -Rasmus On Fri, 26 Oct 2001, jtjohnston wrote: > Friday night and I can't get my head around this. OK, so I don't get > this. (From A Reformer Perler?? - unitil now) > > I was getting > > "parse error, expecting `T_VARIABLE' or `'$'' in ..." >

[PHP] Absolute #$#$ silliness

2001-10-26 Thread jtjohnston
Friday night and I can't get my head around this. OK, so I don't get this. (From A Reformer Perler?? - unitil now) I was getting "parse error, expecting `T_VARIABLE' or `'$'' in ..." until I exchanged the naming of these: $1a = 0; $1b = 0; $1c = 0; $1d = 0; $1e = 0; $1f = 0; (It won't accep