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.