Código PHP:
<?php echo $registro['imagen3']; ?>
estoy perdido de comillas:
Código PHP:
<?php
if (file_exists(@$_REQUEST['check_file'])) {
echo "<a href="images/<?php echo $registro['imagen3']; ?>" target="_blank" border="0" ><img src="images/<?php echo $registro['imagen3']; ?>" width="197" height="148" border="0" /></a>";
} else {
echo "<img src="images/<?php echo $registro['imagen3']; ?>" width="197" height="148" border="0" />";
}
?>