Home  >  Article  >  Backend Development  >  PHP converts text box carriage return to html line feed_PHP tutorial

PHP converts text box carriage return to html line feed_PHP tutorial

WBOY
WBOYOriginal
2016-07-13 16:58:511220browse

php把文本框回车转换成html换行





无标题文档



 
 

 if($_POST){
  echo str_replace(chr(13),'
',$_POST['t']);
 }
 ?>

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/631380.htmlTechArticlephp把文本框回车转换成html换行 !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd html xmlns=http://www.w...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn