Do you still have this issue?
What have you tried to do to solve it?
- try the SQL statement in phpMyAdmin directly using a know value for
"eireceiver"!
- try replacing '$matriid' with a known value, ie. that you know is in the
database!
Kindly inform us of the result :)
Enjoy, John
On Thursda
Hi,
I am fetching a strange problem.
When i am using a custom query like the following one
$re = $this->Expressinterest->query( "SELECT * FROM expressinterest Where
eireceiver = '$matriid' order by id desc limit 0 , 5");
It's taking all the data though here is a condition and limit.
Can anyone te