Dynamic Image With PHP
August 29th, 2008
3 comments
Normally if we want to use image on HTML we must using IMG tag with direct link of any image. But now with PHP we can do a little tricks. Just for fun and maybe it’s usefull for you. Who knows
Let’s get started.
This is normally IMG tag.
<img src=”http://domain.com/your-image-url.gif” />
But now we change like this.
<img src=”http://domain.com/img.php?img=3″ />