Your secret message is:
$message

\n"; } else { // Remove anything funny $m = preg_replace('/[^a-fA-F0-9]/', '', $m); // Decode $message = pack('H*', $m); // Hide special chars $message = htmlspecialchars($message); // Output the decoded message $content = "

Your secret message was:

$message

\n"; } } // Produce a form for input $content .= "
\n" ."

Input your message:

\n" ."
\n" ."\n" ."\n" ."
\n" ."

(source code?)

\n"; echo "\n"; ?> <?=$title?>
$heading\n"; echo "

A product of The Lost Realm.

"; } ?>