Converting a decimal value to a binary array

I am sure this question has been asked before, however google and my mind has failed me today…

Would anyone suggest the best way to store and restore an array to and from mysql easily?

-W

You want to split of the 1’s and 0’s into an array? Why would you do that?

Would anyone suggest the best way to store and restore an array to and from mysql easily?

I would just use serialize and unserialize.

Sponsor our Newsletter | Privacy Policy | Terms of Service