I need to take data in from a form, using a javascript call. From there I need to send the data to a php script that puts it in a database. I have an AJAX call that does this...but I know that the AJAX call also waits for a response from there Server. This will work but I'm looking for a more efficient way to do it, i.e. a way to do it with out waiting for there server to respond.
Thanks in advance.