I’m started having problems with the encoding, it seems that somehow Notepad++ changed the encoding or something. Anyway all files where encoded in UTF-8, but I checked and some changed to UTF-8 without BOM. Changing one to UTF-8 fixed the special characters issue.
"Tageá" changed to "Tageá" but I started getting an error:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/02/6945202/html/usuario/index.php:1) in /home/content/02/6945202/html/usuario/index.php on line 1
This is line 1:
<? session_start(); ?>
I don’t understand why I’m having this issue, since using ANSI or UTF-8 without BOM the page shows with no errors.
What can be the problem? Thanks
http://blog.onitindustries.com/php/errors/php-session_start-on-first-line-still-getting-error/
ok try using this function to convert strings, save file as utf-8 without bom for this.