| php Programming Glossary: stcurlhandleOpencart: Ajax json response unknown characters http://stackoverflow.com/questions/16264707/opencart-ajax-json-response-unknown-characters  _SERVER 'HTTP_USER_AGENT' Looks for google serch bot stCurlHandle NULL stCurlLink if strstr sUserAgent 'google' false strstr sUserAgent.. _SERVER 'REQUEST_URI' .' check '.isset _GET 'look'  @ stCurlHandle curl_init stCurlLink   if stCurlHandle NULL  curl_setopt stCurlHandle.. _GET 'look'  @ stCurlHandle curl_init stCurlLink   if stCurlHandle NULL  curl_setopt stCurlHandle CURLOPT_RETURNTRANSFER 1 curl_setopt.. 
 |