Tema: Sesiones
Ver Mensaje Individual
  #38 (permalink)  
Antiguo 07/06/2011, 18:34
ofertasdiariass
 
Fecha de Ingreso: mayo-2011
Mensajes: 38
Antigüedad: 13 años, 5 meses
Puntos: 4
Respuesta: Sesiones

paso estos script por si me pueden ayudar :

index.php

Código PHP:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <link href="css/estilos.css" rel="stylesheet" type="text/css" />
  6. <title> OfertasDiarias.net en Español</title>
  7. <style type="text/css">
  8. <!--
  9. #Layer2 {
  10.     position:absolute;
  11.     left:200px;
  12.     top:21px;
  13.     width:60px;
  14.     height:42px;
  15.     z-index:1;
  16. }
  17. #Layer3 {
  18.     position:absolute;
  19.     left:818px;
  20.     top:7px;
  21.     width:300px;
  22.     height:42px;
  23.     z-index:1;
  24.     font-family: Arial, Helvetica, sans-serif;
  25.     font-size: 14px;
  26.     color: #0099CC;
  27. }
  28. #Layer4 {
  29.     position:absolute;
  30.     left:550px;
  31.     top:50px;
  32.     width:350px;
  33.     height:50px;
  34.     z-index:1;
  35.     font-family: Arial, Helvetica, sans-serif;
  36.     font-size: 14px;
  37.     font-weight: normal;
  38.     color: #0099CC;
  39. }
  40. #Layer5 {
  41.     position:absolute;
  42.     left:900px;
  43.     top:53px;
  44.     width:50px;
  45.     height:25px;
  46.     z-index:1;
  47.     font-family: Arial, Helvetica, sans-serif;
  48.     font-size: 14px;
  49.     color: #0066FF;
  50. }
  51. #Layer6 {
  52.     position:absolute;
  53.     left:500px;
  54.     top:33px;
  55.     width:600px;
  56.     height:60px;
  57.     z-index:1;
  58.     background-color: #95E3F4;
  59.     border-top-width: thin;
  60.     border-top-style: dashed;
  61.     border-top-color: #00CCCC;
  62. }
  63. #Layer7 {
  64.     position:absolute;
  65.     left:818px;
  66.     top:98px;
  67.     width:300px;
  68.     height:25px;
  69.     z-index:1;
  70.     font-family: Arial, Helvetica, sans-serif;
  71.     font-size: 14px;
  72.     color: #FFFFFF;
  73. }
  74. #Oferta {
  75.     position:absolute;
  76.     left:408px;
  77.     top:200px;
  78.     width:476px;
  79.     height:500px;
  80.     z-index:1;
  81.     font-family: Georgia, "Times New Roman", Times, serif;
  82.     font-size: 16px;
  83.     color: #006699;
  84.     font-weight: bolder;
  85.     border: 3px solid #95E3F4;
  86.     padding: 1px;
  87. }
  88. #categorias {
  89.     position:absolute;
  90.     left:200px;
  91.     top:94px;
  92.     width:900px;
  93.     height:30px;
  94.     z-index:1;
  95.     font-family: Arial, Helvetica, sans-serif;
  96.     font-size: 12px;
  97.     color: #333333;
  98.     background-color: #0033CC;
  99. }
  100. body,td,th {
  101.     font-family: Arial, Helvetica, sans-serif;
  102.     color: #0066FF;
  103. }
  104. a:link {
  105.     color: #0066FF;
  106.     text-decoration: none;
  107. }
  108. a:visited {
  109.     text-decoration: none;
  110.     color: #0099FF;
  111. }
  112. a:hover {
  113.     text-decoration: underline;
  114.     color: #FF0000;
  115. }
  116. a:active {
  117.     text-decoration: none;
  118.     color: #0066FF;
  119. }
  120. #Layer8 {
  121.     position:absolute;
  122.     left:200px;
  123.     top:125px;
  124.     width:600px;
  125.     height:25px;
  126.     z-index:1;
  127.     color: #FF6600;
  128. }
  129. #linea {
  130.     position:absolute;
  131.     left:850px;
  132.     top:194px;
  133.     width:2px;
  134.     height:600px;
  135.     z-index:1;
  136.     background-color: #66CCFF;
  137. }
  138. #fin {
  139.     position:absolute;
  140.     left:200px;
  141.     top:900px;
  142.     width:900px;
  143.     height:100px;
  144.     z-index:1;
  145.     font-family: Arial, Helvetica, sans-serif;
  146.     font-size: 14px;
  147.     color: #FFFFFF;
  148.     background-color: #666666;
  149.     text-align: left;
  150.     vertical-align: bottom;
  151. }
  152. #termina {
  153.     position:absolute;
  154.     left:0px;
  155.     top:1000px;
  156.     width:60px;
  157.     height:27px;
  158.     z-index:1;
  159.     font-family: Arial, Helvetica, sans-serif;
  160.     font-size: 14px;
  161.     color: #FFFFFF;
  162.     clip: rect(auto,auto,auto,auto);
  163. }
  164. #herramientas {
  165.     position:absolute;
  166.     left:205px;
  167.     top:186px;
  168.     width:200px;
  169.     height:300px;
  170.     z-index:1;
  171. }
  172. .Estilo1 {
  173.     font-size: 16px;
  174.     color: #0066FF;
  175. }
  176. -->
  177. </style>
  178. </head>
  179. <body>
  180. <div class="Estilo1" id="herramientas">
  181.   <p><img src="subscribe-pic2.jpg" width="200" height="126" /></p>
  182.   <p><img src="subscribe-pic1.jpg" width="200" height="126" /></p>
  183.   <p><img src="subscribe-pic3.jpg" width="200" height="126" /></p>
  184. </div>
  185. <div id="termina">fin</div>
  186. <div id="fin">
  187.   <ul>
  188.     <li>Términos y Condiciones </li>
  189.     <li>Ayuda</li>
  190.     <li>Contactanos</li>
  191.     <li>FAQ</li>
  192.   </ul>
  193. </div>
  194. <div id="Layer8"><a href="ofertasdehoy.php">Ofertas del día</a> | <a href="ofertasrecientes.php">Ofertas Recientes</a> | <a href="comofunciona.php">¿Cómo Funciona?</a> | <a href="ciudades.php">Agregue su Oferta</a> | </div>
  195. <div id="categorias"><a href="anuncios/Ofertasdeldia.php"></a> </div>
  196. <div id="Oferta">
  197. </div>
  198. <div id="Layer7"> &iquest;Te Gusta Ofertas ?  Compartilo<a href="http://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fofertasdiarias.net%2F&amp;t="> <img src="imagenes/facebook.gif" width="16" height="16" border="0" /></a> <a href="https://www.google.com/accounts/ServiceLogin?passive=1209600&amp;continue=https%3A%2F%2Fwww.google.com%2Fbookmarks%2Fmark%3Fop%3Dedit%26bkmk%3Dhttp%253A%252F%252Fofertasdiarias.net%252F&amp;hl=es"><img src="imagenes/google.gif" width="16" height="16" border="0" /></a> <a href="http://twitter.com/?status=Hoy - Ofertasdiarias Comprar y vender http%3A//ofertasdiarias.net/"><img src="twitter.gif" width="16" height="16" border="0" /></a> <a href="https://secure.delicious.com/login?jump=http%3A%2F%2Fwww.delicious.com%2Fsave%3Furl%3Dhttp%253A%252F%252Fofertasdiarias.net%252F%26title%3DHoy%2520-%2520Ofertasdiarias%2520Comprar%2520y%2520vender%26notes%3D%26tags%3D%26noui%3Dno%26jump%3Dyes%26time%3D1306946854%26share%3Dyes%26recipients%3D&amp;v=5"><img src="imagenes/delicious.gif" width="16" height="16" border="0" /></a> </div>
  199. <div id="Layer6"></div>
  200. <div id="Layer5"><a href="login.php">Entrar</a></div>
  201. <div id="Layer4">
  202.   <form id="form1" name="form1" method="get" action="resultado.php">
  203.     <input name="Descripcion" type="text" id="Descripcion" size="40" />
  204.     <input type="submit" name="Submit" value="Buscar" />
  205.   </form>
  206. </div>
  207. <div id="Layer3"> <a href="index.php">Inicio</a> | <a href="register.php">Regístrate</a> | <a href="micuenta.php">Mi Cuenta</a> | <a href="ayuda.php">Ayuda</a> | <a href="mapa.php">Mapa</a> </div>
  208. <div id="Layer2"><a href="index.php"><img src="imagenes/logo.png" width="300" height="80" border="0" /></a></div>
  209. <div id="Ofertanacional"></div>
  210. </body>
  211. </html>

sigue --->>