[PHP-MSSQL] Need help..

Junior Spellweaver
Joined
Jun 27, 2006
Messages
108
Reaction score
0
hello,
i need some help/advices withy rankings in site.
I inserted rankings in my site, and to get info site every time connects to mssql, that makes server laggy a little bit.. Maby i can set some settings in php or apache to make less connections to database? The best thning it would be script that would connect to mssql every 5 minutes etc and would update info in site.. anyone got idea how to make this?

thx
 
how to use smarty chaching corectly?

just enable:

Code:
var $caching         =  1;

and that is all? (or should i use cache in cache file ?)

i mean do i need to insert someting to php script

(sry, i am noob trying to learn...)
 
Back