McLovin Posted September 25, 2007 Share Posted September 25, 2007 well I am very new to PHP but I want to code a simple website in php to start gaining more knowledge and more experience. So whats the code to make a new line for s sentence <? echo"funk!me"; *i want a new line here* echo"hellllllo"; ?> Quote Link to comment https://forums.phpfreaks.com/topic/70573-solved-n00b0-new-line/ Share on other sites More sharing options...
trq Posted September 25, 2007 Share Posted September 25, 2007 Text is formatted using html. <?php echo "funk!me<br />"; echo "hellllllo"; ?> Quote Link to comment https://forums.phpfreaks.com/topic/70573-solved-n00b0-new-line/#findComment-354618 Share on other sites More sharing options...
McLovin Posted September 25, 2007 Author Share Posted September 25, 2007 thank you Quote Link to comment https://forums.phpfreaks.com/topic/70573-solved-n00b0-new-line/#findComment-354621 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.