" height="18" valign="top" style="text-align:justify">
$id=$_REQUEST["id"]; include "datos.php"; $abogados=mysql_query("select * from abogados where id='$id' and $visible_en='si'",$conexion); $ab=mysql_fetch_object($abogados); echo $ab->historia; ?>
mysql_close(); ?>