memcache_connect() [function.memcache-connect]: Can’t connect to localhost:11211
May 11th, 2009 • memcache, memcached, php, snippets • 1 comment
Encountered this error? It could be as simple as switching the host from localhost to 127.0.0.1
before:
<?php
$memcache_obj = memcache_connect('localhost', 11211);
after:
<?php
$memcache_obj = memcache_connect('127.0.0.1', 11211);
Update! SQL database belgian postal codes + gps coordinates
March 7th, 2009 • Uncategorized • No comments
Update! Gratis lijst van alle Belgische steden/gemeenten met GPS coordinaten
March 7th, 2009 • free services, freebies, internet • No comments
Cache-Control: post-check, pre-check
March 3rd, 2009 • http, internet • No comments
Google Promote
November 21st, 2008 • google, random • 2 comments
Recent Comments