I have removed the extra
"?" from the below code at line 24:
<?php echo $_SERVER[‘PHP_SELF’]; ???> should be <?php echo $_SERVER[‘PHP_SELF’]; ??>
Now, the code seems to be ok.
In PHP,
serialize() function is used to generates a storable representation of a value.
http://php.net/manual/en/function.serialize.php[
^]
In PHP,
unserialize() function is used to create a PHP value from a stored representation
http://php.net/manual/en/function.unserialize.php[
^]