Welcome Guest, Not a member yet? Register   Sign In
Retrieving data by using drop down combo box
#2

[eluser]cpass78[/eluser]
try this query instead:
Code:
$q = $this->db->query( 'SELECT ALL FROM test WHERE class='.$sel_class);

I would also move the input checks into the controller and then pass them to the model functions, cleaner that way


Messages In This Thread
Retrieving data by using drop down combo box - by El Forum - 02-16-2012, 11:45 PM
Retrieving data by using drop down combo box - by El Forum - 02-17-2012, 11:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB