1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

MySQL Table Need Help

Discussion in 'MySQL' started by a4tech, Apr 5, 2013.

  1. #1
    Hello I need help with MYSql Table.
    Non english words looks like this прив&#1077. Is this possible that they save same as submitted.
    this is table code
    CREATE TABLE ddds (
    id INT(10) NOT NULL AUTO_INCREMENT,
    ddd VARCHAR(255) NOT NULL,
    PRIMARY KEY (id),
    UNIQUE KEY (ddd)
    );

    Please take a look.
    Thank You.
     
    Last edited: Apr 5, 2013
    a4tech, Apr 5, 2013 IP
  2. crivion

    crivion Notable Member

    Messages:
    1,669
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    210
    Digital Goods:
    3
    #2
    You should use utf8_general_ci charset
     
    crivion, Apr 6, 2013 IP