Re: [SM-USERS] Receiving ARRAY from Forms

2003-02-20 Thread Jonathan Angliss
> I tried the following code but all I get back is "Array". I'm trying to > pass a huge single array. [..] Are you using register_globals set to Off (0)? If so, is that all your code? > The code here, linked with what you put would result in the $eList variable being the following: $eLis

RE: [SM-USERS] Receiving ARRAY from Forms

2003-02-20 Thread p dont think
Sorry, haven't been following this thread, but just wanted to point out that a difficulty you might be having may be due to: > javascript usually doesn't like those kind of characters in variable names (try taking the brackets out) -paul --