Wondering if you guys can give me some advice on this one.
Often my clients want a "counter" ontheir webpage and I hate those free counters available.
Limitations or parameters:
Client is using a free web host that doesn't allow PHP.
My solution
To call a PHP script on my server, perform the count function and write the value to a file on my server (if possible I'd like to send a value or two)
My problem
How do I call or activate the PHP script file on load of the web page?
Often my clients want a "counter" ontheir webpage and I hate those free counters available.
Limitations or parameters:
Client is using a free web host that doesn't allow PHP.
My solution
To call a PHP script on my server, perform the count function and write the value to a file on my server (if possible I'd like to send a value or two)
My problem
How do I call or activate the PHP script file on load of the web page?
