Home > Backend Development > PHP Tutorial > php飞信类如何在保持textarea里的格式

php飞信类如何在保持textarea里的格式

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-06 20:37:38
Original
883 people have browsed it

html部分:

php代码:
$sms=$_POST['smscontent'];

$ret = file_get_contents("http://quanapi.sinaapp.com/fetion.php?u=手机号码&p=电话&to=发给谁&m={$sms}");

在textarea里的空格或者换行 如何在发送的飞信中呈现

pre>不行
nl2br()也不行

回复内容:

html部分:

php代码:
$sms=$_POST['smscontent'];

$ret = file_get_contents("http://quanapi.sinaapp.com/fetion.php?u=手机号码&p=电话&to=发给谁&m={$sms}");

在textarea里的空格或者换行 如何在发送的飞信中呈现

pre>不行
nl2br()也不行

php飞信类如何在保持textarea里的格式

Related labels:
php
Statement of this Website
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
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template