Daily Archives: 08/10/2008
Storing multiple data in 1 database field with PHP serialize / unserialize
While the serialize/unserialize functions exists since the early PHP 4 version, I ignored its existence. I discovered it recently doing some research on how to store multiple data in 1 database field. Before continuing, keep in mind that it’s not … Continue reading