Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
echo textarea value with line breaks
iEmanuele
Aug 30th, 2013
364
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
PHP
0.15 KB
| None
|
0
0
raw
download
clone
embed
print
report
//In your functions.php
function
the_textarea_value
(
$textarea
)
{
$lines
=
explode
(
"
\n
"
,
$textarea
)
;
foreach
(
$lines
as
$line
)
{
echo
$line
;
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ FREE 2,000$ FROM SWAPZONE
JavaScript | 1 hour ago | 0.67 KB
⭐⭐ Instant Money Method ⭐⭐ ✅
JavaScript | 1 hour ago | 0.67 KB
🔥🔥 $15,000 MONTHLY INCOME METHOD
JavaScript | 1 hour ago | 0.67 KB
⭐⭐ FREE BTC GUIDE ✅ Working ⭐⭐
JavaScript | 1 hour ago | 0.67 KB
Producer.ai Metadata Downloader
JavaScript | 1 hour ago | 4.45 KB
💎💎 FREE 2,000$ FROM SWAPZONE
JavaScript | 1 hour ago | 0.67 KB
✅✅ EASY MONEY GUIDE ✅✅
JavaScript | 1 hour ago | 0.67 KB
🚨🚨 FREE 2,000$ FROM SWAPZONE
JavaScript | 1 hour ago | 0.67 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!