hi all,
i have about four tables in my db and i want to be able to search all the tables,
i was thinking something like this::
SELECT from where $string
but as i expected i get a syntax error
not only that but i would also like to use a string to search,
so does php and sql (the db is odbc) have a fuzzy search function ??
any suggestions would be much appreciated
thanks
Ape-De