how to parse wordpress post_meta table values

Try:

$a = unserialize("");
print_r($a);

http://php.net/manual/en/function.unserialize.php

Leave a Comment