Chinese data cannot be displayed after input
心境
心境 2018-07-23 15:26:53
0
1
1112

create table zw(name varchar(255));

insert into zw value('Wang Baoqiang');

心境
心境

reply all(1)
Summer

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

  • reply 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.
    心境 author 2018-07-25 19:03:41
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template