You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY symbol ASC
LIMIT 0, 40' at line 4
SELECT * FROM symbols, countries
WHERE symbols.country_code = countries.country_code AND
ORDER BY symbol ASC
LIMIT 0, 40
| Function | Args | File | Line |
| backtrace | /usr/home/unixlcom/domains/financialadvisory.com/public_html/db_fns.php | 79 | |
| m | SELECT * FROM symbols, countries
WHERE symbols.country_code = countries.country_code AND
ORDER BY symbol ASC
LIMIT 0, 40 | /usr/home/unixlcom/domains/financialadvisory.com/public_html/symbol_fns.php | 135 |
| get_symbols | 0 40 | /usr/home/unixlcom/domains/financialadvisory.com/public_html/search_symbols.php | 70 |