I have set up links in the form of text in fields from my database. I then open the database and enter the text into vairiables. I then use the variables as follows to display the images stored elsewhere:
echo "<img src='$pic'>";
I have tried other ways of displaying too, but nothing works. I just display a box with a cross. It works when i actually type the link in, but not using the variable. I know the text is stored in the variable. What am I doing wrong?
Many thanks


