|
Posted by J.O. Aho on 03/12/07 09:11
weetat wrote:
> Hi all ,
>
>
> I have code below :
> When the $title is 'AIM's' , echo $title in php is ok , however when
> insert or update the data ,
> it show this : AIMA’s .
>
> Anyone have any ideas why when insert 'AIM's' to MYSQL database ,it
> display AIMA’s.
Try
CREATE TABLE aTable(
aColumn VARCHAR(255)
)
CHARACTER SET utf8;
--
//Aho
Navigation:
[Reply to this message]
|