How show Multidimensional Arrays be inserted into a MySQL table?

后端 未结 2 1588
悲哀的现实
悲哀的现实 2021-01-21 05:55

In this table, I have the fields \'title\' \'url\' \'keywords\' and description that I want data entered into. By the way, all the fields i have are \'id\', \'title\', \'descrip

2条回答
  •  甜味超标
    2021-01-21 06:33

    You should serialize and send it to db
    http://php.net/manual/en/function.serialize.php

提交回复
热议问题