Hi guys, any help would be greatly appreciated
I have a basic php doc and have a dynamically generated image in it the form of html tag <img src='image.php'> , so the image is created on the fly by a php script and placed into the basic php doc. What I would like to know is how can I pass some variables to the image.php. Now, I know that variables declared in the basic php are inherited by included and required files, however I can not include image.php, cause image.php must be separated from other code and act as an image file.
Thanks for all your help,
Airnine