> I have a look but I suspect my host won't let me change the php.ini
> file!
depending on the confiduration of php you should be able to change certain
ini settings in your php script itself using ini_set http://php.net/ini_set
or using php_flag in a htaccess file.