Has anyone created a hit counter before? If so, what did you do?
Printable View
Has anyone created a hit counter before? If so, what did you do?
Make a edit box.
Assign it to a variable. Set the variable to 0 in the start script. When you want it to add one to the counter:
counter = counter +1;
Get a PHP text hit counter code and out put the counter in variable form i.e. &counter=1234Quote:
Originally posted by dniezby
Has anyone created a hit counter before? If so, what did you do?
then your flash can load variables to get the counter
Aaaah... :DQuote:
Originally posted by blanius
Get a PHP text hit counter code and out put the counter in variable form i.e. &counter=1234
then your flash can load variables to get the counter
I misunderstood... a bit :D