Ok i have some script where people add their information to a database and an address to an image. Now then, heres the problem.
after all the results and stuff i echo the image out like this
echo " <td rowspan=\"7\" valign=\"top\" width=\"40%\"><font size=\"2\"><center><img src=\"$image\"></center></font></td> </tr>";
Works great. But! not everyone submits an image so i get a nice little empty box with a red cross at the top.
Question: is there any way i can stop this happening? I thought of an if statment but it dident work. Maybe the statement was wrong.
Thanks for any help.