I am trying to post variables into my PHP file so that can store the variables into a database. I have been using GETURL(); but that opens a new window that they have to close off. I would like this quick 'sending' method to be in the background and as fast as possible.
Other methods I have tried:
sendAndLoad()
.send()
.load()
geturl();
I have gotten send to make a new entry into the database, but none of the variables got sent. I don't think that way 'POST's varaibles, it just loads it or something.
has anyone else ran into a solution for this before, or know if its even possible?
Thanks!
Other methods I have tried:
sendAndLoad()
.send()
.load()
geturl();
I have gotten send to make a new entry into the database, but none of the variables got sent. I don't think that way 'POST's varaibles, it just loads it or something.
has anyone else ran into a solution for this before, or know if its even possible?
Thanks!