Showing posts with label FPDF issue. Show all posts
Showing posts with label FPDF issue. Show all posts

Thursday, June 16, 2011

[SOLVED] Unicode/UTF-8 extension for FPDF issue

Use the below code and you can get the exact value in php as us saw in browser.

Code:
$encode_data = iconv('UTF-8', 'windows-1252', $node_info->title);

Popular Posts