Re: [PHP] showing an image with php

2005-03-11 Thread Richard Lynch
> I want to asssign an image to a variable and show it if certain conditions > are met. E.g > > > If condition is met > > { > $myimage= retrieve image (images/myimage.jpg) > echo $myimage > } > > Have not used image creation before with php just dipping my toe in the > water. Not sure you need t

[PHP] showing an image with php

2005-03-11 Thread Ross Hulford
I want to asssign an image to a variable and show it if certain conditions are met. E.g If condition is met { $myimage= retrieve image (images/myimage.jpg) echo $myimage } Have not used image creation before with php just dipping my toe in the water. Thanks R. -- PHP General Mailing Li