Ver Mensaje Individual
  #13 (permalink)  
Antiguo 17/09/2010, 11:56
Avatar de rickyper
rickyper
 
Fecha de Ingreso: abril-2009
Mensajes: 182
Antigüedad: 15 años, 7 meses
Puntos: 10
Respuesta: Problema update PHP

recurda que tienes que tener una estructura como esta:
Código HTML:
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. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  4. <title>titulo</title>
  5. </head>
  6. --- Aqui tu formulario---
  7. </body>
  8. </html>
Si no funciona asi le cambias el meta a:
Código HTML:
Ver original
  1. <meta http-equiv="Content-Type" content="text/html; charset=iso-10646" />