Tengo una base de datos en MySQL, y los datos se introducen en ella, por medio de un formulario HTML. Eso funciona perfecto excepto cuando intento introducir caracteres acentuados o con ñ, y me aparece el siguiente error:
Cita:
Revisando por ahi consegui este post donde le decian alguien que era algo sobre la configuración del browser, y que para resolverlo le recomendaron que debia poner lo siguiente:Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
--------------------------------------------------------------------------------
Apache/2.0.45 (Win32) Server at localhost Port 80
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
--------------------------------------------------------------------------------
Apache/2.0.45 (Win32) Server at localhost Port 80
Código PHP:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
Imagino que debe ser una tonteria, pero la verdad no veo cual puede ser , si alguien me ilumina...
Muchas Gracias por adelantado