benanderson
Programmer
I worked out how to do what I was rattling on about a few threads ago but now I've got another problem.
I've got the following code on a button in my swf:
on (release) {
loadVariablesNum (" 0, "GET"
}
Basically, test.asp opens a database, finds the user_id and updates field1 to equal whatever number was already in it + 10 (field1 = field1 + 10)
This all works fine - well, the first time it does. If I then press the button again, the database doesn't get updated. If I then delete my temporary internet files and press the button again, it works again.
Any ideas what might be going on, or how to stop whatever's being cached?
Many thanks in advance
Ben
I've got the following code on a button in my swf:
on (release) {
loadVariablesNum (" 0, "GET"
}
Basically, test.asp opens a database, finds the user_id and updates field1 to equal whatever number was already in it + 10 (field1 = field1 + 10)
This all works fine - well, the first time it does. If I then press the button again, the database doesn't get updated. If I then delete my temporary internet files and press the button again, it works again.
Any ideas what might be going on, or how to stop whatever's being cached?
Many thanks in advance
Ben