Código:
Muchas Gracias de Antemano. ;default_charset = "latin1"?



| |||
![]() Voy a trabajar con MySQL y PHP que character set y collation necesito para poder trabajar con formularios en PHP y que me detecte caracteres como la "ñ" o las tildes "ó". ¿Hay que modificar la linea del ficheros php.ini
Código:
Muchas Gracias de Antemano. ;default_charset = "latin1"? ![]() ![]() ![]() |
| |||
Respuesta: Character Set y Collation ¿Quizá tenga que modificar el archivo .htaccess.html?
Código:
# GENERATED FROM XML -- DO NOT EDIT URI: htaccess.html.en Content-Language: en Content-type: text/html; charset=ISO-8859-1 URI: htaccess.html.ja.utf8 Content-Language: ja Content-type: text/html; charset=UTF-8 URI: htaccess.html.ko.euc-kr Content-Language: ko Content-type: text/html; charset=EUC-KR URI: htaccess.html.pt-br Content-Language: pt-br Content-type: text/html; charset=ISO-8859-1 |
| ||||
Respuesta: Character Set y Collation No es necesario que modifiques nada en el servidor Puedes usar latin1_spanish_ci que esta orientado al Español moderno o en todo caso utf8_general_ci que es el mas standar Saludos!
__________________ "El conocimiento nos hace responsables." twitter: @benjamingb blog personal: http://codigolinea.com ZF Manual en español http://manual.zfdes.com |
| |||
Respuesta: Character Set y Collation Si vas a trabajar con MySQL, PHP y HTML, echa un vistazo a este Post. http://www.forosdelweb.com/f86/cotej...spanol-629105/ |