Welcome Guest, Not a member yet? Register   Sign In
Echoing results from a database
#2

[eluser]Thorpe Obazee[/eluser]
http://ellislab.com/codeigniter/user-gui...sults.html

Code:
$query = $this->db->query("YOUR QUERY");

foreach ($query->result() as $row)
{
   echo $row->title;
   echo $row->name;
   echo $row->body;
}

You should return the query result first then loop through it and then that's when you echo.


Messages In This Thread
Echoing results from a database - by El Forum - 03-10-2009, 11:15 PM
Echoing results from a database - by El Forum - 03-10-2009, 11:22 PM
Echoing results from a database - by El Forum - 03-11-2009, 03:15 PM
Echoing results from a database - by El Forum - 03-11-2009, 03:42 PM
Echoing results from a database - by El Forum - 03-11-2009, 04:07 PM
Echoing results from a database - by El Forum - 03-11-2009, 04:21 PM
Echoing results from a database - by El Forum - 03-11-2009, 04:25 PM
Echoing results from a database - by El Forum - 03-11-2009, 04:54 PM
Echoing results from a database - by El Forum - 03-11-2009, 05:07 PM
Echoing results from a database - by El Forum - 03-11-2009, 05:16 PM
Echoing results from a database - by El Forum - 03-11-2009, 05:22 PM
Echoing results from a database - by El Forum - 03-11-2009, 05:26 PM
Echoing results from a database - by El Forum - 03-11-2009, 05:32 PM
Echoing results from a database - by El Forum - 03-11-2009, 05:34 PM
Echoing results from a database - by El Forum - 03-11-2009, 05:43 PM
Echoing results from a database - by El Forum - 03-11-2009, 05:49 PM
Echoing results from a database - by El Forum - 03-11-2009, 06:06 PM
Echoing results from a database - by El Forum - 03-11-2009, 06:07 PM
Echoing results from a database - by El Forum - 03-11-2009, 06:11 PM
Echoing results from a database - by El Forum - 03-11-2009, 06:17 PM
Echoing results from a database - by El Forum - 03-11-2009, 06:55 PM
Echoing results from a database - by El Forum - 03-11-2009, 07:02 PM
Echoing results from a database - by El Forum - 03-11-2009, 07:05 PM
Echoing results from a database - by El Forum - 03-11-2009, 07:27 PM
Echoing results from a database - by El Forum - 03-11-2009, 07:38 PM



Theme © iAndrew 2016 - Forum software by © MyBB