Hey all,
I have a small php script that calls a random image at the following
page.
IT WORKS IF I go directly to the above link.
I am trying to call that in another page so that i get a random image
the page is http://2006ymcanationals.com/index.php using <img
src="random.php ">
It is not working. I have tried using the full path to the
"random.php ". I have also tried naming the main page index.html and
index.php. neither work.
what am i missing? Searching these groups it looks like this should
work.
Thanks in advance.
Brad
I have a small php script that calls a random image at the following
page.
IT WORKS IF I go directly to the above link.
I am trying to call that in another page so that i get a random image
the page is http://2006ymcanationals.com/index.php using <img
src="random.php ">
It is not working. I have tried using the full path to the
"random.php ". I have also tried naming the main page index.html and
index.php. neither work.
what am i missing? Searching these groups it looks like this should
work.
Thanks in advance.
Brad
Comment