Warning: mysqli_connect(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /home/clients/3206ba5704ac6f5f93ccf374466faaa1/sites/tootel.ch/test/group.php on line 52
Warning: mysqli_connect(): (HY000/2002): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /home/clients/3206ba5704ac6f5f93ccf374466faaa1/sites/tootel.ch/test/group.php on line 52
Warning: mysqli_set_charset() expects parameter 1 to be mysqli, bool given in /home/clients/3206ba5704ac6f5f93ccf374466faaa1/sites/tootel.ch/test/group.php on line 53
Warning: mysqli_query() expects parameter 1 to be mysqli, bool given in /home/clients/3206ba5704ac6f5f93ccf374466faaa1/sites/tootel.ch/test/group.php on line 65
**** SELECT number, categories, keyword, occupation, address, code, locality, region, type, language
FROM basicdatas WHERE REPLACE(CONCAT(number,' ',categories,' ',keyword,' ',occupation),'-', ' ')
LIKE '%jovanovic%'
AND (REPLACE(region,'-', ' ') LIKE '%zurigo%'
OR REPLACE(locality,'-', ' ') LIKE '%zurigo%') AND VISIBILITY = '1'
AND language = 'it' ORDER BY LEFT(number,2) DESC, keyword ASC LIMIT 800 1