View Single Post
Old 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
cast_no_shadow is an unknown quantity at this point
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 is offline   Reply With Quote