标题:
textarea提交上来的表单空格被去掉了,用什么函数解决?
[打印本页]
作者:
别样
时间:
2006-5-14 13:57
标题:
textarea提交上来的表单空格被去掉了,用什么函数解决?
回车用nl2br,空格呢??
作者:
悠着点
时间:
2006-5-14 13:58
stripslashes
(PHP 3, PHP 4 )
stripslashes -- Un-quote string quoted with addslashes()
Description
string stripslashes ( string str)
Returns a string with backslashes stripped off. (\' becomes ' and so on.) Double backslashes are made into a single backslash.
See also addslashes().
来自PHP手册.
作者:
tbp
时间:
2006-5-14 13:58
中文解释可以去
http://www.hooday.com
看。
欢迎光临 编程开发论坛 (http://bbs.lihuasoft.net/)
Powered by Discuz! 6.0.0