Dear All,
Hopefully I can get a solution from all of you here, I've got problem with DB multi record loader with where statement. I have a select box 'systems' as input for where clause but the php script I put in where statement seems like not working. Here are my code :
['systems'] is my select box field name of my form and `systems` is the column name of my tabel that I would sorting for. But the query result returning zero value.
Could you please any body give me the way to do the query correctly.
Regards,
Zul
Hopefully I can get a solution from all of you here, I've got problem with DB multi record loader with where statement. I have a select box 'systems' as input for where clause but the php script I put in where statement seems like not working. Here are my code :
<?php echo "
`systems` LIKE '{$form->data['systems']}'";
?>
['systems'] is my select box field name of my form and `systems` is the column name of my tabel that I would sorting for. But the query result returning zero value.
Could you please any body give me the way to do the query correctly.
Regards,
Zul