你好,先生,我通过url从android向php发送数组列表,所有数组列表都插入到单列的一行中。我想插入一个列(Menuname)到多个行 i pass array list[x,y,z.........] android to php
$arr[]=$_POST['menuname'];
mysql_connect("localhost","root
如何在mysql表中插入多行,其中一列保持不变,另一列作为数组。//inserted profession into professions table, return id
$qualification_array现在,我如何将其插入到profession_has_qualification表中?我被难住了..。