ho notato nel codice che ti ho incollato un errore, tu non è che magari hai provato cosi?

codice:
$a=stripslashes($_REQUEST["dat"]);
$b=unserialize($a);
print_r($b);
ciao