[thelist] php display "" '' / gif?

Andrew andrew at humanbehaviour.co.uk
Sun Mar 9 12:08:01 CST 2003


I have a line of code that displays an image for example:

echo "<img src=\"$Relative/images/Clover".$County . '.gif'>";

however the image wdoesn't show?

If I have:

/* Image here */
echo "<img src=\"$Relative/images/Clover/".$County."\">";
/* Image will END here */

The image shows but *** the image will only show if it has *no* file extention
:(

I want a file extention .gif any ideas where the code is tricking me :)

Andrew




More information about the thelist mailing list