I'm having trouble inserting an array into the database ...
I tried this script but it only inserts the last id of the array;
<?php
$_conexao = mysqli_connect("localhost", "root", "", "vbt_posteds");
$id_ind = $_POST["inds"];
$id = "57";...
asked by
25.09.2014 / 16:07