$pics .="<TD bgcolor=\"#FFFFFF\" width=\"125\" ><A HREF=\"detail.php?detail= ".$images["id"]." \"><IMG SRC=\"cgi-bin\" ".$images["smallpic"]."></A></TD>";
The above line gives me http://webpath/cgi-bin what I want is http://webpath/cgi-bin/filename.
Hope my array ace is around. Regards to a;;
both of those pages redirect.
the site is http://mabuco.net/flats.php what I want is the missing pic to display.
<IMG SRC=\"cgi-bin\" ".$images["smallpic"].">
This should be
<img src=\"cgi-bin/".$images["smallpic"]."\">
many thanks for your time and solving this for me.
If the syntax doesn't get me, the taxman will
Thanks again man:-)