How can i create php counter with tag <img src = ''>?
I create file test.php3
and in this file i write
<?
echo "text.gif";
/* begin counter
echo "$counter";
?>
and i put this code to normal html
<img src = "test.php3" width = 5 height = 5>
it's not work , I don't know why?
test.php3 is not excuted.
Please help me