I want to deliver a furni for referrals, as would be the code to insert the furni?
//Insert a furni
$sql = "INSERT INTO items(item_id, base_id) VALUES (null, '3')";
//echo $sql;
//exit;
mysql_insert_id($sql);
Printable View
I want to deliver a furni for referrals, as would be the code to insert the furni?
//Insert a furni
$sql = "INSERT INTO items(item_id, base_id) VALUES (null, '3')";
//echo $sql;
//exit;
mysql_insert_id($sql);