Welcome Guest, Not a member yet? Register   Sign In
Displaying Single Results -- Stumped, but I know the answer is probably right in front of me =)
#3

[eluser]Kemik[/eluser]
That's a lot of queries!

How come you haven't made them in to one?
Code:
$this->db->select('cat_id, question, ans_1, ans_2, ans_3, ans_4, real_ans, extra, img');
$this->db->where('ques_num', $urlSegment);
$this->db->from('test');


Messages In This Thread
Displaying Single Results -- Stumped, but I know the answer is probably right in front of me =) - by El Forum - 02-03-2008, 07:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB