On Wed, Jul 29, 2009 at 1:48 PM, shaf<shaolinfin...@gmail.com> wrote: > Ok guys, thats for the advice and replies. > Cesar, if thats how you construct a GET string how would I construct a > POST string ?
You don't need a single string. $.ajax({ type: "POST", async: false, url: _HOMEDIR+"send.php", data: { aParameter: "somevalue", anotherParamter: "someothervalue" }, dataType: "json", -- Brett Ritter / SwiftOne swift...@swiftone.org