Initial checking from CVS
This commit is contained in:
15
tools/unserialize.php
Normal file
15
tools/unserialize.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
require '../lib/common.php';
|
||||
|
||||
if ($var = get_request('var','REQUEST')) {
|
||||
debug_dump($var);
|
||||
debug_dump(unserialize($var));
|
||||
|
||||
} else {
|
||||
echo '<form>';
|
||||
echo '<input type="text" name="var" />';
|
||||
echo '<input type="submit" />';
|
||||
echo '</form>';
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user