![]() |
error when connecting to database - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: error when connecting to database (/showthread.php?tid=47481) |
error when connecting to database - El Forum - 12-10-2011 [eluser]asmaa kamal[/eluser] hi i coded this controller:: Code: <?php in model ::: Code: <?php in view ::: Code: <html> the database attached in this topic _______ i got this errors:: A PHP Error was encountered Severity: Notice Message: Array to string conversion Filename: core/Loader.php Line Number: 270 ************************** A PHP Error was encountered Severity: Notice Message: Array to string conversion Filename: core/Loader.php Line Number: 303 ************************** A Database Error Occurred Error Number: 1046 No database selected SELECT * FROM (`entries`) LIMIT 1 Filename: C:\wamp\www\t\system\database\DB_driver.php Line Number: 330 **************************** plz help me! |