Re: How to create an image on the fly?



-----hello.html----
hello
<img src="imagecreator.php">
--------------------
---imagecreator.php-
//your php code
--------------------
Ah, great solution. thanks.
.