RE: [PHP] Loading an image file as a PHP file.

2003-06-10 Thread Jay Blanchard
[snip] I would like to call image /user/mysite/image_01.jpg using something like /user/mysite/public_html/loadimage.php?image=1 is this a simple procedure or hard ... [/snip] It is quite simple Newman. Create a PHP page that reacts to the passing of a variable to determine which image to call. It

[PHP] Loading an image file as a PHP file.

2003-06-10 Thread Philip J. Newman
To Do: I would like to call image /user/mysite/image_01.jpg using something like /user/mysite/public_html/loadimage.php?image=1 is this a simple procedure or hard ... any suggestions or someone want to point me in the right direcion/ Phil