MSDN Code Gallery
.NET No Comments »MSDN Code Gallery - Download and share sample applications, code snippets, and other resources with the developer community.
MSDN Code Gallery - Download and share sample applications, code snippets, and other resources with the developer community.
Canadian company called Aquarium ASP has created the Spacearium, a thin, hanging aquarium that be used as a room divider, lighting element, or for good old fashioned decoration. The tanks hold between 55 and 73 gallons of water (depending on length) and the exterior filtration system can be located up to fifteen feet away from the tank itself.
http://sqljunkies.com/Article/4067A1B1-C31C-4EAF-86C3-80513451FC03.scuk
http://www.styledesign.biz/weblogs/macinnesm/archive/2004/09/14.aspx
Edit wp-db.php
if ( !empty($this->charset) && version_compare(mysql_get_server_info(), ‘4.1.0′, ‘>=’) )
//Comment next line
//$this->query(”SET NAMES ‘$this->charset’”);
//Add next line
$this->query(’set names utf8′, $this->dbh);
Recent Comments