Can someone give me some direction on how to make a simple hits counter in php? I want Flash to be able to call this php script, which will then increase a counter by 1. Thats all I need. Don't need the php to return anything to Flash either.
I think I might have to open a file, read a variable from that file, increase it by 1 and then write the file back out? But I don't know how to do that!
Thanks for any help.