sledorze
unread,Jan 10, 2011, 10:40:52 AM1/10/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to haXigniter
Hello,
I am currently needing to display some data from the database to the
client screen.
Before hacking on the database side, I decided to make a simple
communication test between the client and the server.
In order to test that, I've tried something simple but failed.
I want to use something like that client side:
JQueryS.post('getdatas', { identifier : 'zorba' }, function (data) {
new JQuery("#content").html(data);
}, 'json');
however, I don't know how to do the server side properly and/or
organise the files in order for that to work as expected..
Thanks, any help is welcome..
Stephane