amir4oracle
Programmer
The code below is written to display jpegs on abc.com of the type:
is.100.jpg to is.110.jpg
<?php
for ($i=100; $i <= 110; $i++)
echo "<img src=\"?>
but it only shows the red x instead of the image.
What can be done to fix this problem?
Your help is highly appreciated.
Thanks in advance
Amir Khan
is.100.jpg to is.110.jpg
<?php
for ($i=100; $i <= 110; $i++)
echo "<img src=\"?>
but it only shows the red x instead of the image.
What can be done to fix this problem?
Your help is highly appreciated.
Thanks in advance
Amir Khan