mjohnson025 Posted February 25, 2008 Share Posted February 25, 2008 hello all. I am trying to break up a single word and basically flip it to create a new word in order to test the two strings. (looking for palindromes) I've thought about using str_split, but then how would i put it back together the other way? any help would be greatly appreciated! Mike Link to comment https://forums.phpfreaks.com/topic/92967-help-with-string-manipulation/ Share on other sites More sharing options...
DarkerAngel Posted February 25, 2008 Share Posted February 25, 2008 http://us.php.net/manual/en/function.strrev.php Link to comment https://forums.phpfreaks.com/topic/92967-help-with-string-manipulation/#findComment-476307 Share on other sites More sharing options...
mjohnson025 Posted February 25, 2008 Author Share Posted February 25, 2008 thank you so much! i've been looking to deep into the problem! Link to comment https://forums.phpfreaks.com/topic/92967-help-with-string-manipulation/#findComment-476317 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.