Thread
: Resolved
show a text from php variable
View Single Post
01-15-2013, 09:53 AM
PM User
|
#
8
cast_no_shadow
New Coder
Join Date: Aug 2012
Posts: 44
Thanks: 26
Thanked 0 Times in 0 Posts
After much tweaking, I sorted out the problem by including the following line:
PHP Code:
$words_unedited
=
preg_replace
(
"'\s+'"
,
' '
,
$words_unedited
);
// remove extra space
In the php part. Thanks for your time.
cast_no_shadow
View Public Profile
Find More Posts by cast_no_shadow