views:

50

answers:

1

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
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
need to install
Haim Evgi
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
thanks guys, really helpful!!
getaway