soma56 Posted September 2, 2010 Share Posted September 2, 2010 I'm familiar with 'trim' and even tried the following: $datanew = str_replace(array("\n", "\r", "\t", " ", "\o", "\xOB"), '', $data); but for the life of me I can't remove any white space within the source code which is messing everything else up. This is what I need: What people see.... word1 word2 word3 The source... word1 word2 word3 This is the current situation What people see... word1 word2 word3 The source... word1 word2 word3 For whatever reason, if I can strip the whitespace from the source code then I can use the content accordingly. How would do you strip the white space? Does this even make sense? Link to comment https://forums.phpfreaks.com/topic/212316-help-i-cant-remove-white-space/ Share on other sites More sharing options...
soma56 Posted September 2, 2010 Author Share Posted September 2, 2010 I found another way... Link to comment https://forums.phpfreaks.com/topic/212316-help-i-cant-remove-white-space/#findComment-1106268 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.