My host has suggested I upgrade from PHP4 to PHP5 to reduce the number of requests being made on my database.
Apparently I can do this by renaming all the PHP files I use from .php to .php5.
However I'm concerned that if I do this it will break my blog. Does anyone know if this will work?