Ver Mensaje Individual
  #4 (permalink)  
Antiguo 03/09/2009, 09:21
rafamadrile
 
Fecha de Ingreso: diciembre-2008
Mensajes: 84
Antigüedad: 15 años, 5 meses
Puntos: 0
Respuesta: Problema con acentos

ok abimaelrc

solo una pregunta, ¿donde pongo header('Content-Type: text/html; charset=utf-8');?

mi codigo actual es el siguiente

Código PHP:
$busca = @mysql_query("SELECT * FROM faqs ORDER BY id");
while (
$arrbusca mysql_fetch_array($busca)){            
  echo 
$arrbusca["titulo_faq"]."<br />";

Muchas Gracias