Hi… i’m using an editable grid view… before a new entry is inserted into the database i want to run a php or javascript function to modify that entry… any ideas ?
Re: AJAX Problem
you can use ajax events to execute when a field is changed or clicked… you can change the values of the others fields.
You can execute on the event beforeinsert or beforeupdate too.
Re: AJAX Problem
hi, thx for the answer… i just realized that its also possible to run php code in beforeInsert etc
do u know how the parameters passed through the form are named or is there a method to show all POST, GET parameters ?
phpinfo() doesnt work somehow
Re: AJAX Problem
Just use the names of the fields … {field1} = {field2} * … you can do anything.