Say that I have some data in my sql database that reads
"hello how
are you"
How do I make it echo on the same line so it displays?
"Hello how are you"
Here is my current code to echo it =
<?php print $hi->hello ?>
"hello how
are you"
How do I make it echo on the same line so it displays?
"Hello how are you"
Here is my current code to echo it =
<?php print $hi->hello ?>







Comment