A
Anonymous
Guest
Your first query looks correct. You've tried it from the MySQL console?
The second query is missing quotes around the LIKE match string.
The second query is missing quotes around the LIKE match string.
Code:
<?
$query = "SELECT * FROM amglossary WHERE terms LIKE '" . $colTerm_Recordset1 . "%'";
?>