Random photo from PHP?

Matt M

New member
I am trying to load a random image on my homepage using php. The php script runs fine but the webpage itself wont load the photo. I am using
<img src="http://coherentphotos.net/images.php" border="0"> as the code to load the php script image.
I double checked and i had the img source fixed yahoo just fouled it up.

There is also no "image" to load. Its a php code to randomize an image from a specific bin. see: http://coherentphotos.net/images.php

the code runs properly but the call I use above doesn't seem to want to load.
 
Back
Top