Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

new line in php

<?php
echo "Hello world this is example 
 in php.";
echo "<br>";
echo nl2br("You will find the 
 newlines in this string 
 on the browser window.");
?>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #line #php
ADD COMMENT
Topic
Name
2+1 =