search

Home  >  Q&A  >  body text

Chinese data cannot be displayed after input

create table zw(name varchar(255));

insert into zw value('Wang Baoqiang');

心境心境2426 days ago1146

reply all(1)I'll reply

  • Summer

    Summer2018-07-23 17:20:18

    INSERT INTO table_name
    VALUES (value1,value2,value3,...);  是values

    reply
    1
  • 心境

    Okay, thank you. For example, in a personal information data table, use mysqli_fetch_assoc() to obtain column name rows as associative array keys. How to display the entire data table through a for loop? Thank you.

    心境 · 2018-07-25 19:03:41
  • Cancelreply