Hi all,
In many (!) files I encounter php end tags (?>) after the start of a single line comment (//). On many occasions this is not a problem in practice, because the first statement after that is a php open tag (<?php) which is ignored by php. But in at least one case I could trace curious output back to such a missed php end. Are you aware of this problem? I am using PHP 5.3.8.
Yours,
andriks


Reply With Quote
