Hello,
I have this on my client-side:
function BigAction(inputdata) {
var url = 'index2.php';
$('#progressIndicator').show('fast', function () {
$.post(url, inputdata,
function(data) {
$.each(data.items, function(i,item){
I am having the some problem...
obviously, I'm trying to post different data, but structured the same
way...
and I'm also getting "[object object]" on PHP side...
maybe if we bang our heads at same time to wall :)
I'll let you know if make it through the wall
On Jul 10, 10:07 am, lionstone <[EM
2 matches
Mail list logo