Aguante Boca
  Paginas amigas
 
<?php
$conexion = mysql_connect("localhost", "mihueb_kijosh", "ninguna");
mysql_select_db("mihueb_demo2", $conexion);

$queEmp = "SELECT * FROM empresa ORDER BY nombre ASC";
$resEmp = mysql_query($queEmp, $conexion) or die(mysql_error());
$totEmp = mysql_num_rows($resEmp);
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Agenda</title>
<style type="text/css">
<!--
body {
font-family: "Trebuchet MS", Tahoma, Verdana;
font-size: 12px;
font-weight: normal;
color: #666666;
text-decoration: none;
padding: 120px;
}
h4 {
color: #CC0000;
}
-->
</style>
</head>
<body>
<table width="800" border="3" bordercolor="#000000">
<caption><h4 align="left">Agenda</h4></caption>
<div align="left">
<?php
if ($totEmp> 0) {
while ($rowEmp = mysql_fetch_assoc($resEmp)) {
echo "<tr>";
echo "<td>".$rowEmp['nombre']."</td>";
echo "<td>".$rowEmp['direccion']."</td>";
echo "<td>".$rowEmp['telefono']."</td>";
echo "<td>Imagen: ".$rowEmp['imagen']."</td>";
echo "</tr>";
}
}
?>
</div>
</table>
</body>
</html>
 
  Hoy habia 9 visitantes (13 clics a subpáginas) ¡Aqui en esta página!
Indumentaria Jugador Nº 12


 
 
Este sitio web fue creado de forma gratuita con PaginaWebGratis.es. ¿Quieres también tu sitio web propio?
Registrarse gratis