Re: [PHP] eval problem

2002-07-02 Thread Greg Wineman
You da man. Thanks "Analysis & Solutions" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Tue, Jul 02, 2002 at 11:19:22PM -0400, Analysis & Solutions wrote: > > > > Oops. Forgot to escape the $: > > > > $var = "\$wins_$counter"; > > Oops. Forgot my pr

Re: [PHP] eval problem

2002-07-02 Thread Greg Wineman
hmm... I must be doing something wrong. This is still returning 000 "Analysis & Solutions" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Tue, Jul 02, 2002 at 10:45:27PM -0400, Analysis & Solutions wrote: > > >$var = "$wins_$counter"; > > Oops. F

Re: [PHP] eval problem

2002-07-02 Thread Greg Wineman
This doesn't seem to work. Here's my demo. This returns 000, it should return 743 "Analysis & Solutions" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Tue, Jul 02, 2002 at 10:19:59PM -0400, Greg Wineman wr

[PHP] eval problem

2002-07-02 Thread Greg Wineman
Hello, Could someone offer some insight on eval(); I am fairly new at this. I would like to evaluate numerous variables from a form submission with a loop, but I can;t even get on to work: I.e. He are the variables from my form wins_1=7 losses_1=0 sort_1=1 wins_2=7 losses_2=4 sort_2=2 wins_3=