Hello,
I want to create a free counter service, but my host doesn't provide the image_create function.
So I was wondering what way I can create images.
I saw someone use 10 seperate images, eg.
0.gif 1.gif 2.gif and have the script figure out what order to put them in. So I guess I could go that way, but now I come along with another problem.
How can I get the image to print out on a site that only allows html. Then I thought of using javascript, but I don't know a lot about javascript and incorporating it with php calls.
Can someone tell me what I have to do.
counter.php - script that prints out the counter results
counter.html - page that uses javascript to print out the php result.
If you can either guide me or write me some code, that would be very appreciated!
Thanks!