PHP create image without declaring image header for entire page

nalduro

New Member
I want to create several images with PHP on my webpage. Is there a way to do this without creating each image in its own PHP file and then placing the URLs to these files in img tags?
 
Back
Top