I am having trouble to make PHP show errors. The hosting provider of my website won't let me have access to the php.ini file and the following code also doesn't work for me:
ini_set('display_errors', 1);
error_reporting(E_ALL);
How can I force PHP to show errors anyway. The helpdesk tells me I have to be able to take care of it im my scripts.