How do I decipher this?
Posted: Fri Dec 18, 2009 4:46 am
In my SQL database I have a value that looks like this:
The number within the quotations ("1") is the value I need to retrieve, but I don't know what I need to do to get it.
A little more detail: I have a table called "albums" and a table called "galleries." The "1" indicates the ID of the gallery related to that particular album.
Code: Select all
a:1:{i:0;s:1:"1";}A little more detail: I have a table called "albums" and a table called "galleries." The "1" indicates the ID of the gallery related to that particular album.