I have various articles stored in a databse some with images some without.
is is possible to detect whether the blob is there or not using a 'if' command
table row = imgdata
if("long blob was here") {
echo "image script";
} else {
echo "there is no image on with this article";
}
thanks gareth