Adam Williams wrote:
If I have the SQL statement:

$sql = "select subject from subwhile where subject = '*$var[0]*'";

Don't you want to do: $sql = "select subject from subwhile where subject LIKE '%$var[0]%'";

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to