PHP: How to unserialize for XML string
June 29, 2011 | In: Fatel Error, php, web development, Wordpress
Wordpress is a powerfull tool for blog and it keep all data in serialize format and user can easily get these values from database by get_option() function. But some time we need to use unserialize function to get some specific value from the string. So...