PDA

View Full Version : flash+php+mysql HELP ;)


imbuez
02-10-2005, 02:22 PM
hi all
My nams martin, im after some help pls :)

Im trying to create a click counter for my website, with flash, php + mysql.

i have this code on a button



clickVar = 0;


myBtn.onRelease = function() {
clickVar++;
trace(clickVar);
};


Im trying to send it it to a php file and then write it to mySQL db.
Ive reading but im still struggling, i know i need to use loadvars. Any help would be massivly appreciated.


Thanks