有捨才有得
php(codeigniter)/mysql | javascript(jQuery) | html/css | linux(ubuntu)/git
2012年11月29日 星期四
[html][php]顯示/還原資料庫的空白及換行
1.從資料庫撈出來的資料前後分別加上<pre></pre>,但是即使CSS設定換行它也不會換行
(有空測試,textarea wrap=on打開後,有沒有用)
2.用function還原並顯示
//將空白跟換行還原
function back_space_and_br($str){
//將空白還原
$str=str_replace(" "," ","$str");
//將換行還原
$str=nl2br($str); //注意!是L不是1
return $str;
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言