Welcome Guest, Not a member yet? Register   Sign In
As experienced web developer what is the cause of this issue?
#13

(This post was last modified: 05-24-2024, 01:00 AM by luckmoshy.)

(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:
$ php test.php

$

Code:
$ cat test.php
<?php

?>
<?php

?>

Code:
$ php test.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

Reply


Messages In This Thread
RE: As experienced web developer what is the cause of this issue? - by luckmoshy - 05-24-2024, 12:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB