require_once('../abrirBase.php');
$ci=$_GET['ci'];
$fot=str_replace('.','',$ci);
$Foto="fotos/".$fot.".bmp"; //usaremos jpg png gif bmp
if (!file_exists($Foto)) {
$Foto="fotos/".$fot.".png";
if (!file_exists($Foto)) {
$Foto="fotos/".$fot.".gif";
if (!file_exists($Foto)) {
$Foto="fotos/".$fot.".jpg";
if (!file_exists($Foto)) {
$Foto="fotos/".$ci.".png";
if (!file_exists($Foto)) {
$Foto="fotos/".$ci.".gif";
if (!file_exists($Foto)) {
$Foto="fotos/".$ci.".jpg";
if (!file_exists($Foto)) {
$Foto="../fotos/".$ci.".jpg";
}
}
}
}
}
}
}
$port=str_replace('.','',$ci);
$Portada="portadas/".$port.".jpg"; //usaremos jpg png gif bmp
if (!file_exists($Portada)) {
$Portada="portadas/".$port.".png";
if (!file_exists($Portada)) {
$Portada="portadas/".$port.".gif";
if (!file_exists($Portada)) {
$Portada="portadas/".$port.".bmp";
if (!file_exists($Portada)) {
$Portada="portadas/NoDisponible.jpg";
}
}
}
}
$logo2=str_replace('.','',$ci);
$logo="logos/".$logo2.".jpg"; //usaremos jpg png gif bmp
if (!file_exists($logo)) {
$logo="logos/".$logo2.".png";
if (!file_exists($logo)) {
$logo="logos/".$logo2.".gif";
if (!file_exists($logo)) {
$logo="logos/".$logo2.".bmp";
if (!file_exists($logo)) {
$logo="logos/NoDisponible.png";
}
}
}
}
$consulta2="SELECT * FROM alumnos WHERE CI='$ci'";
$sql2=mysql_query($consulta2,$conexion);
$row2 = mysql_fetch_array($sql2);
$biografia=$row2['Biografia'];
//http://prezi.com/vozeces8wh_w/irupe-farro/?utm_campaign=share
//http://prezi.com/jiyz0u7ezod0/untitled-prezi/
//http://prezi.com/j1buwm2gcoga/tamara-belen/?utm_campaign=share
$biografia = str_ireplace("http://prezi.com/", "", $biografia);
$pos1 = stripos($biografia,"/");
$biografia=substr($biografia,0,$pos1);
$ev1=$row2['Fotos'];
$ev = str_ireplace("&feature=youtu.be", "", $ev1);
$eventos = str_ireplace("https://www.youtube.com/watch?v=", "https://www.youtube.com/embed/", $ev);
$ciencia=$row2['Ciencia'];
$ciencia2 = str_ireplace("https://sway.com","https://sway.com/s", $ciencia);
$ciencia = $ciencia2."/embed";
$arte=$row2['Arte'];
$juegos=$row2['Juegos'];
$jue = str_ireplace("https://scratch.mit.edu/projects/", "", $juegos);
$juegos="https://scratch.mit.edu/projects/embed/".$jue;
$nom=$row2['Nombre'];
$nombres=explode(',',$row2['Nombre']);
$nombre=explode(' ',$nombres[0]);
?>
echo "$nom"; ?> - Liceo impulso
![]() height='170px' width='100%'>
![]() height='90px' width='75px'>
![]() height='150px' width='160px'>
|
|
|
|
|
|
";
?>
|
|
|