MySql_query
Posted: Wed Jan 14, 2009 8:23 am
Hello,
Where can I put the line mysql_query("SET NAMES 'latin2'"); in CMSMS 1.4?
It used to be here:
lib/adodb/drivers/adodb-mysql.inc.php in CMSMS installation
like this:
mysql_query('set names latin2',$this->_connectionID);
but in CMSMS 1.4 there are different files,
regards,
Where can I put the line mysql_query("SET NAMES 'latin2'"); in CMSMS 1.4?
It used to be here:
lib/adodb/drivers/adodb-mysql.inc.php in CMSMS installation
like this:
mysql_query('set names latin2',$this->_connectionID);
but in CMSMS 1.4 there are different files,
regards,