Large Data One Query
<?php
// include the database
include ‘db.php’;
$query = ‘INSERT INTO `table_name` (`ownerID`, `favorites`) VALUES ‘;
// This foreach we will pretend that we passed an array of
// checkboxs,
Comments are closed.
<?php
// include the database
include ‘db.php’;
$query = ‘INSERT INTO `table_name` (`ownerID`, `favorites`) VALUES ‘;
// This foreach we will pretend that we passed an array of
// checkboxs,