C cber12 Newbie Joined Nov 9, 2008 Messages 20 Reaction score 5 Feb 26, 2009 #1 Simple I am sure but cannot figure it out. How do I get PHP to reverse a string. Say abcdefg to gfedcba Any ideas?
Simple I am sure but cannot figure it out. How do I get PHP to reverse a string. Say abcdefg to gfedcba Any ideas?
oldenstylehats Elite Member Joined Apr 10, 2008 Messages 1,709 Reaction score 1,215 Feb 26, 2009 #2 cber12 said: Simple I am sure but cannot figure it out. How do I get PHP to reverse a string. Say abcdefg to gfedcba Any ideas? Click to expand... http://us2.php.net/strrev
cber12 said: Simple I am sure but cannot figure it out. How do I get PHP to reverse a string. Say abcdefg to gfedcba Any ideas? Click to expand... http://us2.php.net/strrev
C cber12 Newbie Joined Nov 9, 2008 Messages 20 Reaction score 5 Feb 26, 2009 Thread Starter Thread Starter #3 Thanks. I knew there was a function! I feel silly now.