Re: [PHP] Array variable in Javascript & PHP

2002-07-29 Thread Martin Clifford
PHP cannot read a JavaScript array, simple as that. There are many workarounds, depending upon your situation. You can, for instance, create a function that is called onsubmit, that will take any values in checked checkboxes and put them into a comma-delimitted string inside a hidden form ele

Re: [PHP] Array variable in Javascript & PHP

2002-07-29 Thread Danny Shepherd
Try using: Education Profession That's what I used when doing something pretty similar to you. HTH Danny. - Original Message - From: "Sheni R. Meledath" <[EMAIL PROTECTED]> To: "PHP Masters" <[EMAIL PROTECTED]> Sent: Monday, July 29, 2002 4:1

[PHP] Array variable in Javascript & PHP

2002-07-29 Thread Sheni R. Meledath
Hello: In a form I am using a series of check boxes for a number of lists. Some calculations has to be done on the client side using Javascript depending upon the check box values. For this I am using a single variable name (array) for the check boxes in a list and another for the next list an

[PHP] Array variable in Javascript & PHP

2002-07-29 Thread Sheni R. Meledath
Hello: In a form I am using a series of check boxes for a number of lists. Some calculations has to be done on the client side using Javascript depending upon the check box values. For this I am using a single variable name (array) for the check boxes in a list and another for the next list an