Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

nl2br() php

// add to the functions file
function translateLineBreaks($string) {
	$result = nl2br ($string);
  	return $result;
}
Source by www.php.net #
 
PREVIOUS NEXT
Tagged: #php
ADD COMMENT
Topic
Name
7+3 =