PHP to reverse a string

cber12

Newbie
Joined
Nov 9, 2008
Messages
20
Reaction score
5
Simple I am sure but cannot figure it out.

How do I get PHP to reverse a string.

Say

abcdefg

to

gfedcba


Any ideas?
 
Thanks. I knew there was a function! I feel silly now.
 
Back
Top