Tema: header utf-8
Ver Mensaje Individual
  #12 (permalink)  
Antiguo 17/02/2010, 17:30
Avatar de santris
santris
 
Fecha de Ingreso: agosto-2009
Ubicación: Sant Feliu de Llobregat
Mensajes: 955
Antigüedad: 14 años, 9 meses
Puntos: 66
Respuesta: header utf-8

Prueba con algo mas simple a ver que pasa.

Código PHP:
<?php
function conec_miweb()
{
$link=mysql_connect("localhost","miweb","passwo rd");
if(
mysql_select_db("miweb",$link))
return 
true;
else
exit();
}
?>