este es el codigo de mi index.php:
Código PHP:
<HTML>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="EXPIRES" content="300">
<meta http-equiv="CACHE-CONTROL" content="PRIVATE">
<meta name="author" content="dejuerga.net">
<meta name="description" content="dejuerga.net tu guia de diversion">
<meta name="copyright" content="dejuerga.net">
<meta name="robots" content="index, follow">
<meta name="keywords" Content="guia de diversion, Arequipa, diversion, chicas, chicos, discotecas, pubs, restaurantes, juerga">
<META HTTP-EQUIV="imagetoolbar" CONTENT="no">
<title>dejuerga.net!! tu guia en la diversión</title>
<link rel="stylesheet" href="styles-site.css" type="text/css" />
</HEAD>
<BODY BGCOLOR=#B4B4B4 LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 >
<?php
include "libreria.php";
$link=Conectarse();
$consulta="select cantidad from contpagina where fecha=now() ";
$query=mysql_query($consulta,$link);
if(mysql_num_rows($query)>0){
$result=mysql_result($query,0,0)+1;
$consulta="update contpagina set cantidad='$result' where fecha=now() ";
mysql_query($consulta,$link);
}else{
$consulta="insert into contpagina values (now(),'1')";
mysql_query($consulta,$link);
}
?>
<div id="head" >
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="970" height="100" hspace="0" vspace="0">
<param name="movie" value="gfx/cabecera.swf">
<param name="quality" value="high">
<param name="SCALE" value="exactfit">
<param name="menu" value="false">
<embed src="gfx/topic.swf" width="970" height="100" hspace="0" vspace="0" scale="exactfit" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false"></embed>
</object>
</div>
<div id="menubox">
<iframe src='logeo.php' width=150 height=146 frameborder='0' marginwidth='0' marginheight='0' scrolling="no"></iframe>
<iframe src='almanaque.php' width=160 height=200 frameborder='0' marginwidth='0' marginheight='0' scrolling="no"></iframe>
</div>
<div id="mittelbox">
<DIV class=news id=general>
<H2> </H2>
<H3></H3><iframe src="frmprincipal.php" name="principal" id="principal" width="280" height="555" frameborder="0" class="detailfenster" marginWidth=0 marginHeight=0 scrolling=YES ></iframe>
</DIV>
</div>
<div id="detailbox" >
<iframe src="pagini.php" name="eintragsdetail" id="eintragsdetail" width="475" height="600" frameborder="0" marginWidth=0 marginHeight=0 scrolling=yes ></iframe>
</div>
<div id="pie" >
<table width="75%" border="0" align="center">
<tr>
<td><a href="frmprincipal.php?tipo=arte" target="principal" class="menucat">Rincon del Artista</a></td>
<td><a href="mapas.php" target="principal" class="menucat">Mapas</a></td>
<td><a href="frmprincipal.php?tipo=locales" target="principal" class="menucat">Locales</a></td>
<td><a href="frmprincipal.php" target="principal" class="menucat">Mirame en la Web</a></td>
<td><a href="#" target="principal" class="menucat">Actividades Turismo</a></td>
</tr>
</table>
<p class="p_foot" >
<br>
Email: [email][email protected][/email]<br>
AREQUIPA - PERU<br>
® Todos los Derechos Reservados por dejuerga.net®<br>
Pagina desarrollada por: <a href="mailto:[email protected]">DirecFox</a>
</p>
</div>
</BODY>
</HTML>
Saludos
Mauricio