![]() |
Insert_batch with current date to insert using NOW - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17) +--- Thread: Insert_batch with current date to insert using NOW (/showthread.php?tid=63414) |
Insert_batch with current date to insert using NOW - Manikandan - 10-27-2015 Hi, i need to insert the current date with insert_batch query. can help me.....it's urget..... RE: Insert_batch with current date to insert using NOW - freddy - 10-28-2015 did you success insert batch with simple post ? if yes just pust now inside variabale $time=now() then use your query to insert batch, |