Have a look at JSON. PHP's got a json_encode function where you can
encode variables/data to json, and then use in javascript. So I guess
it could be done the other way around too.

Ettiene

On Nov 3, 7:10 am, GrootBaas <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Thank you in advance for you help ....
>
> I have the following object ...
>
> console.log($('.users').select('.name'));
>
> How can I pass this object as an hidden form field back to my PHP
> controller as an array?
>
> Current code ...
>
> document.save_logs.table.value = value;
>        document.save_logs.submit();
>
> <?=form_hidden('table','')?>

Reply via email to