<?php echo 'Data 1 is here' . PHP_EOL; echo 'Data 2 is here' . PHP_EOL; ?>
Output
Data 1 is here Data 2 is here
0 Comments