hola maestros hice un sitio flash8+php+postgres funcionaba bien cuando estaba en 7.4 con lo se refiere a ñ y acentos hoy lo pasaron a 8.0(postgres) y me empieza a reclamar cuando decodifico en el php
ejemplo:
$titulo=utf8_decode($_POST['titulo']);
cuando inteto hacer un insert falla!!
bueno estoy probando poniendo el System.useCodePage = true; a mi pelicula para asi sacar el utf8_decode pero no me funciona me marca error
**Error** Scene=Scene 1, layer=Layer 1, frame=6:Line 1: There is no property with the name 'useCodePage'.
System.useCodePage = true;
Total ActionScript Errors: 1 Reported Errors: 1
¿alguien tiene alguna idea?
un saludo.