OK, lets try this
Thanks Brian,
I've spoke to GoDaddy (My Hosting Company - Yes I can hear the global groans from here), and they have said I need to modify the PHP settings (Duh), but they don;t provide any support on this. I must create .ini file and load it in my root folder.
I understand that only the settings I specify will be updated, all others will stay as they have set them.
To the best of your knowledge, is this all I need for content ?
-----
[PHP]
max_execution_time = 300
memory_limit = 128M
----
I understand that GoDaddy makes use of two PHP.ini(s), one named PHP.ini for PHP4 and PHP5.ini for PHP 5. I'll put this file in the root under both of these names, just in case.
What do you think ?