Forums
(@shafizaman)
15 years, 9 months ago
use utf8_encode()
A simple php function can solve this problem utf8_encode()
$insertar[‘post_title’] =utf8_encode( ‘Tituloáéíóúñ’);
A simple php function can solve this problem utf8_encode();
$my_post[‘post_content’]= utf8_encode( $my_post[‘post_content’] );