Can you help me track down the error?
I've been debugging for a long time now, without much results.
For instance, in some cases, the substr( ) function seems to fail (if I delete the line with substr( ), the code does not give a blank page any more). But on other lines, the substr( ) works just fine. And I am 100% sure that the code is correct, since it worked before and hasn't been changed.
So, what I'd really like is:
-that you help me find a way to avoid the blank pages (and instead output the error for instance), but I've already tried to do this via the tool from Webkreator;
AND/OR:
-that you help me fix this error (if you happen to know how).
Attached: the php script that fails (I've added a dummy .txt at the end, so that the site allows the attachment).