;

PDA

Click to See Complete Forum and Search --> : Hit Counter


dniezby
04-04-2003, 09:52 PM
Has anyone created a hit counter before? If so, what did you do?

Twisted Mind
04-05-2003, 02:36 AM
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;

blanius
04-05-2003, 08:21 AM
Originally posted by dniezby
Has anyone created a hit counter before? If so, what did you do?

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

Twisted Mind
04-05-2003, 03:06 PM
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

Aaaah... :D

I misunderstood... a bit :D