|
Posted by Alan Little on 10/19/81 11:47
Carved in mystic runes upon the very living rock, the last words of
Steve Brecher of comp.lang.php make plain:
> I wrote:
>> I find a small debugging package at
>> http://www.zend.com/zend/tut/tutorial-DebugLib.php
>> and take the script presented there and name its file debugging.php.
>> It includes several function definitions, but no other code.
>
> But it does include a space character at the start of the file
> immediately before "<?php" and that is what generated the warnings.
Always the first thing to suspect, with that sort of problem. The second
thing to suspect is white space after the ?>, and the third thing to
suspect is invisible characters (e.g. control characters) which can creep
in upon occasion.
--
Alan Little
Phorm PHP Form Processor
http://www.phorm.com/
Navigation:
[Reply to this message]
|