Joke Faucet
|
smoll
|
Show my IP
|
List of faucets
|
Faucet Script
|
Head or Tail Game
Online Tools
Show my IP
Reverse text
Character count
Satoshi to Bitcoin
Text Reverse
The text/string you want to be reversed (spelled bakwards):
Examples to test
"money" reversed
,
"elephant" reversed
,
"faucet" reversed
.
How to reverse a string in PHP?
<?php $x="cat"; echo strrev($x); ?>