Hi
I tried with jquery 1.2.3, which came with jgrid 3.1, and the latest 1.2.6.
Hummm… something must be wrong…. in firebug i’m getting this (when I select “Copy Response Body”), which should be the correct response. See the “1” before the array? it’s $_POST :O
1Array
(
[respondido] => 0
[id] => 1
[edit] => 1
)
However, the output i get from firebug (response) is:
Notice: Undefined index: edit in /Library/WebServer/Documents/example1.php on line 5
Array
(
)