Search found 1 match

by jeffereylockyer
Tue Aug 02, 2005 6:39 pm
Forum: PHP - Code
Topic: CHARSET Issues.... htmlentities()
Replies: 1
Views: 201

CHARSET Issues.... htmlentities()

Here is the problem I am having. I am trying to take data that was placed in my database with unicode characters, such as é å ø etc.... The database I am dealing with is in unicode format. Here is the php code I am trying to test... <?php $str = "A 'quote' is <b>bold</b> é"; echo $str; $st...