0

I have a web-site hit test generator in PHP. I want to call the PHP in Javascript on my web page. Web page is static just driving the hit generator. What is the Javascript?

flag

1 Answer

0

In fact you can get away with plain HTML if your hit counter returns a one pixel image:

<img src="counter.php" alt="Visitor counter" />

Example of such a counter.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.