我想在mysql表中插入一个数组。该数组是通过脚本扫描所有链接,转换为绝对链接,然后在数组中显示它们而生成的。我决定将数组mysql_query到表中,但现在我被卡住了。它只发送“array”,而不是将数组中的每一行都发送到不同的行。有什么想法吗??!
<?("xxxx", "xxxx", "xxx") or die('Couldn\'t connect to
你好,先生,我通过url从android向php发送数组列表,所有数组列表都插入到单列的一行中。我想插入一个列(Menuname)到多个行 i pass array list[x,y,z.........] android to php
$arr[]=$_POST['menuname'];
mysql_connect("localhost","root