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"; ?> 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"; ?> 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 Link to comment https://forums.phpfreaks.com/topic/70573-solved-n00b0-new-line/#findComment-354621 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.