sorry im a newbie, i dont know if i am asking the right question, i just wanted to optimise my sites perfomance!! thanks in advance
+2
A:
It's pretty easy if you use the memcached pecl extension: http://php.net/memcache
Raoul Duke
2010-08-23 08:08:22
thank you very much!! and do you have to install this into your server or is it just matter of adding code!!! thanks again
getaway
2010-08-23 08:10:30
need to install
Haim Evgi
2010-08-23 08:15:17
But you have to configure php to use the memcache extension module, e.g. by putting something like `extension=php_memchache.so` into your php.ini.
VolkerK
2010-08-23 08:23:25
thanks guys, really helpful!!
getaway
2010-08-23 08:24:58