include_once "../inc/var.inc.php";
include_once "../inc/"."conexion.inc.php";
Conexion();
include_once "../inc/"."identif.php";
Administracion();
?>
PrEBi
include_once "../inc/fgenped.php";
include_once "../inc/fgentrad.php";
global $IdiomaSitio;
$Mensajes = Comienzo ("epm-001",$IdiomaSitio);
if (isset($Mensajes["me-1"]) )
$mensaje = $Mensajes["me-1"];
else
$mensaje= "";
?>
 echo $Mensajes["et-1"]; ?> |
if (!isset($dedonde))
$dedonde = 0;
if ($dedonde==1)
{
if ($row[0]==0){
$expresion = "DELETE FROM Plantmail WHERE Id=".$Id;
$result = mysql_query($expresion);
}
}
$expresion = "SELECT Id,Denominacion FROM Plantmail ORDER BY Denominacion";
$result = mysql_query($expresion);
$ok=true;
while ($row = mysql_fetch_array($result))
{
?>
 echo $Mensajes["ec-1"]; echo $row[1]; ?>
|
| |
}
?>
|
|
|
|
|
if (isset($result))
mysql_free_result ($result);
Desconectar();
?>