[www] r676 - trunk/www.matroska.org/data/test

[email protected]
Newsgroups gmane.comp.multimedia.matroska.cvs
Message-ID <[email protected]>
Author: robux4
Date: 2004-09-09 12:35:15 +0400 (Thu, 09 Sep 2004)
New Revision: 676

Modified:
   trunk/www.matroska.org/data/test/base64.php
Log:
display decoded data in hexa

Modified: trunk/www.matroska.org/data/test/base64.php
===================================================================
--- trunk/www.matroska.org/data/test/base64.php	2004-09-09 08:33:32 UTC (rev 675)
+++ trunk/www.matroska.org/data/test/base64.php	2004-09-09 08:35:15 UTC (rev 676)
@@ -9,9 +9,9 @@
 <p>Base64 String : <input type="text" size="100" name="base64d"/></p>
 <p><input type="submit"/></p>
 <?php
-if (isset($_REQUEST["base64d"])
+if (isset($_REQUEST["base64d"]))
 {
-	echo "<p>Decoded Data : ".base64_decode($_REQUEST["base64d"])."</p>";
+	echo "<p>Decoded Data : 0x".bin2hex(base64_decode($_REQUEST["base64d"]))."</p>";
 //	phpinfo();
 }
 ?>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.