![]() |
How to insert mysql query to CodeIgniter? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: How to insert mysql query to CodeIgniter? (/showthread.php?tid=48917) Pages:
1
2
|
How to insert mysql query to CodeIgniter? - El Forum - 02-03-2012 [eluser]Nica[/eluser] How about the dfrom..? Code: WHERE mds_orders.OrderDate BETWEEN '".$date_from." 00:00:00' AND '".$date_to('dto'." 23:59:59' Is it okay to load also my libraries like this..? Code: $autoload['libraries'] = array('database','form_validation','session','pagination','email'); Like you said I already change my starting form tag like this.. Code: <html> but still there are no display.,I don't know if I'm doing right.,I understand if my coding style is a bad practice I'm new in this Code Igniter that's why I'm asking a lot of questions. And thank you a lot for helping me this. ![]() How to insert mysql query to CodeIgniter? - El Forum - 02-03-2012 [eluser]Andy Armstrong[/eluser] Could you export the database? and send it to me.. i can get it work for you then i will post the correct codes.. if that's okay with you How to insert mysql query to CodeIgniter? - El Forum - 02-04-2012 [eluser]Nica[/eluser] Thank you for your kindness. ![]() ![]() How to insert mysql query to CodeIgniter? - El Forum - 02-04-2012 [eluser]Bhashkar Yadav[/eluser] why you are loading database with PHP. Code: $db = "mds_reports"; you can set other database variable into application/config/database.php and can load databases like Code: $this->load->database('first_database'); How to insert mysql query to CodeIgniter? - El Forum - 02-05-2012 [eluser]Nica[/eluser] @Bhashkar - I already done with it, I already set my database into application/config/database.php. The first one that you are talking about is just part of my php query. How to insert mysql query to CodeIgniter? - El Forum - 02-06-2012 [eluser]Nica[/eluser] Hi.. How can I extract the file as csv using Code Igniter..? How to insert mysql query to CodeIgniter? - El Forum - 02-06-2012 [eluser]Nica[/eluser] |