Ver Mensaje Individual
  #52 (permalink)  
Antiguo 26/11/2011, 11:26
Avatar de memp500
memp500
 
Fecha de Ingreso: octubre-2011
Ubicación: venezuela
Mensajes: 40
Antigüedad: 12 años, 6 meses
Puntos: 0
Respuesta: inicio de sesion

config.php

Código PHP:
Ver original
  1. <?php
  2. # FileName="Connection_php_mysql.htm"
  3. # Type="MYSQL"
  4. # HTTP="true"
  5. $hostname_config = "localhost";
  6. $database_config = "frametech";
  7. $username_config = "root";
  8. $password_config = "";
  9. $config = mysql_pconnect($hostname_config, $username_config, $password_config) or trigger_error(mysql_error(),E_USER_ERROR);
  10. ?>

header.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. <title>mi pagina</title>
  5. <meta name="description" content=""/>
  6. <meta name="keywords" content=""/>
  7. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  8. <meta name="generator" content="http://artemlabs.com" />
  9. <meta name="robots" content="index,follow" />
  10. <link href="css/stylecssmemp.css" rel="stylesheet" type="text/css" />
  11. <link type="text/css" rel="stylesheet" media="all" href="css/sistem_acces.css" />
  12. </head>
  13. <body>
__________________
crear soluciones y oportunidades de desarrollo y crecimiento