Mehow 1 Denunciar post Postado Dezembro 11, 2009 Tenho um form de cadastro de produtos, tem o combobox categoria, quando escolho uma categoria o segundo combobox de subcategoria é preenchido, os dados são obtidos do arquivo subcategoria_select.php que é carregado no meu form a partir de uma função javascript, os dados com acento no combobox categoria aparecem normal, já os dados da subcategoria que são obtidos de um arquivo que só contém código php ficam com um monte de símbolos nos acentos.. já tentei colocar header("Content-Type: text/html; charset=ISO-8859-1", true); daí não funciona, os dados nem são carregados... coloquei na página html o código <meta http-equiv="content-Type" content="text/html; charset=iso-8859-1" /> e não funcionoi tbm.. verifiquei meu banco de dados e a collation é latin_swedish_ci alguém sabe como resolver? Compartilhar este post Link para o post Compartilhar em outros sites
Mehow 1 Denunciar post Postado Dezembro 11, 2009 ajuda ae pessoal =/ ja tentei de tudo e nada da certo quando coloco header("Content-Type: text/html; charset=ISO-8859-1", true); da o seguinte erro: "cannot modify header information" Compartilhar este post Link para o post Compartilhar em outros sites
Fernando Nito 1 Denunciar post Postado Dezembro 11, 2009 Use UFT8 Decode ou UTF8 Encode http://www.php.net/manual/pt_BR/function.utf8-decode.php http://www.php.net/manual/pt_BR/function.utf8-encode.php Compartilhar este post Link para o post Compartilhar em outros sites
Mehow 1 Denunciar post Postado Dezembro 11, 2009 Use UFT8 Decode ou UTF8 Encode http://www.php.net/manual/pt_BR/function.utf8-decode.php http://www.php.net/manual/pt_BR/function.utf8-encode.php usei daí onde tem o acento fica só uma interrogação Compartilhar este post Link para o post Compartilhar em outros sites
hinom 5 Denunciar post Postado Dezembro 12, 2009 PHP, HTML, MySQL - Charset Encoding Compartilhar este post Link para o post Compartilhar em outros sites
Mehow 1 Denunciar post Postado Dezembro 14, 2009 PHP, HTML, MySQL - Charset Encoding resolvido! coloquei o Charset da tabela subcategoria como utf-8 e a Collation como utf8_general_ci na hora de exibir os dados coloquei echo utf8_encode(...), daí deu certo valeu galera! Compartilhar este post Link para o post Compartilhar em outros sites