News Feed
Jobs Feed
Sections




News Archive
Rob Allen's Blog:
UTF8, PHP and MySQL
March 19, 2009 @ 08:43:19

Rob Allen had a problem - he needed to get the "pound" (as in the British monetary unit) into his MySQL database. His database didn't seem to want to comply:

Everyone else probably already knows this stuff, but I hit an issue today to that took a while to sort out. Fortunately, some kind folks on IRC helped me, but as it's embarrassing to ask for help on the same issue twice, I'm writing down what I've learned! The problem: Get a £ character stored to MySQL, retrieved and then displayed without any weird characters in front of it using UTF8.

His solution? Make sure you're using UTF-8 everywhere, not just when trying to insert into the database - in the broser's headers (both going in and coming out) and in the MySQL database insert. He gives code examples for each including database examples for PDO and the Zend_Db component of the Zend Framework.

0 comments voice your opinion now!
utf8 mysql insert pound character example problem solution


blog comments powered by Disqus

Similar Posts

Sebastian Begmann's Blog: Partitioning with Dates in MySQL 5.1

Jani Hartikainen's Blog: Zend_Acl part 1: Misconceptions and simple ACLs

NETTUTS.com: How to Create Your First Joomla Template

php|architect: Stored Procedure Programming for MySQL5 (Part 2)

CatsWhoCode.com: WordPress: How to insert data programmatically


Community Events











Don't see your event here?
Let us know!


framework podcast phpunit interview testing introduction release community series example code development functional language database zendframework2 unittest composer api opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework