include "../datos.php"; $url = explode('-', $_GET['url']); $id= $url['0']; $abogado=mysql_query("select * from componentes where id= '$id'",$conexion); $aboga=mysql_fetch_object($abogado); $abs=mysql_query("select * from abogados where id = '$aboga->buffete' and $visible_en='si'",$conexion); $ab=mysql_fetch_object($abs); ?>