If you have noticed that using GET request in ajax will lead to problems :-Everyone will know what data you are passing through the URL. There are probably upward of a dozen different ways to do it, but my favourite is to put all the parameters together into a single array and then use JSON to send it in one fell swoop to the server via ajax.