Re: [PHP] Image and variable

2004-08-10 Thread Kevin Waterson
This one time, at band camp, Henri Marc <[EMAIL PROTECTED]> wrote: > Hello, > > I would like to use a variable instead of an image > file name in a html page with this instruction: > > echo ''; > ?> hmm, something like this may help for random images -- __

[PHP] Image and variable

2004-08-10 Thread Henri Marc
Hello, I would like to use a variable instead of an image file name in a html page with this instruction: '; ?> I tried but the image doesn't show up. Is it impossible or do I do something wrong? My goal is to have a random image print in the page, that's why I want to use a variable. Thank you