Is there a way of checking three blank values all at the same time within a string.
I have atempted it with this and got errors!
if ($myrow['realvideolow'] $myrow['realvideolow'] $myrow['realvideolow']=="") {
echo "";
}else{
echo "<a href=# onclick=videopopup=openIT('video_real.php?stream=".$myrow['realvideolow']."',400,400,null,null,'mywin001');><img src=assests/gfx/video-low.gif width=75 height=25 border=0></a>";
}