chuddyuk Posted June 1, 2006 Share Posted June 1, 2006 Hi - any help is much appriecated.here is my problem:-i need to change Indiansummer to indian summer. the values in my databse dosnt have spaces inbetween so that i can return them onto the site easily, but i need them to show up as 2 words. I havnt posted any code because it wouldnt be relevant to my question.i probably havnt explained this corerctly so if you need to know anythin else please ask :) Link to comment https://forums.phpfreaks.com/topic/10955-replacing-values/ Share on other sites More sharing options...
radox Posted June 1, 2006 Share Posted June 1, 2006 There are many function to manipulate strings.What combined the two words in the first place?Why don't you just add a space right from the start?Need more info....check out:[a href=\"http://us3.php.net/manual/en/ref.strings.php\" target=\"_blank\"]http://us3.php.net/manual/en/ref.strings.php[/a] Link to comment https://forums.phpfreaks.com/topic/10955-replacing-values/#findComment-40914 Share on other sites More sharing options...
radox Posted June 1, 2006 Share Posted June 1, 2006 There are many function to manipulate strings.What combined the two words in the first place?Why don't you just add a space right from the start?Need more info....check out:[a href=\"http://us3.php.net/manual/en/ref.strings.php\" target=\"_blank\"]http://us3.php.net/manual/en/ref.strings.php[/a] Link to comment https://forums.phpfreaks.com/topic/10955-replacing-values/#findComment-40915 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.