<pre><? include('class.get_crypt.php'); $cry = new get_crypt(); // Encoded data is good for an hour $dec = $cry->decode($_GET['data']); print_r($dec); ?></pre>