Welcome Guest, Not a member yet? Register   Sign In
cannot load data from database, the result is blank screen
#2

[eluser]einstein[/eluser]
Try this:
$this->Display_model->SelectData();
also change this
foreach ($query->result as $row)

to

foreach ($query->result() as $row)

Let me know if it works


Messages In This Thread
cannot load data from database, the result is blank screen - by El Forum - 06-02-2008, 05:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB