(05-23-2024, 02:29 PM)kenjis Wrote: When PHP processes a file, it just outputs lines outside the PHP tags.
So in your sample code, the empty line between the PHP tags is output.
Code:
$ cat test.php
<?php
?>
// This line
<?php
?>
Code:
$ php test.php
// This line
$
Code:
$ cat test.php
<?php
?>
<?php
?>
Code:
$ cat test.php
<?php
?>
<?php
?>
Of course, that is where the problem started and then the whole application started at 13 lines Thank you all for contributing it, but I also don't remember there was also someone past when him posted such an issue
Codeigniter First, Codeigniter Then You!!
yekrinaDigitals