This is my query
$this->db->query("insert into
booking (plot_id,booked_by_agent,id,totalamount)
values ($a,$agent_id,$userID,$totalamount)
");
Where I want to insert 4 plot_id's in plot_id field for example 1,2,3,4...and booked_by_agent,id,totalamount are same for all 4 plot_id's. I want like this
plot_id booked_by_agent id totalamount
1,2,3,4 23 12 100000