Sorry I forgot to mention, result is of type mysql_result. Thanks Paras
On Apr 16, 11:35 pm, Paras <[email protected]> wrote: > Hello Guys, > > I was trying to print a $result which was retrieved from the cache. > Can anyone tell me how I can print the results ? > > eg: > > $result = $memcache->get($key); > > var_dump($result); > > does not work. Any ideas ? > > Thanks, > Paras
