|
Posted by dawnerd on 04/30/07 21:38
On Apr 29, 7:48 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
> dawnerd wrote:
> > Hello everyone.
>
> > I have a question, or problem if you will, that I'm sure someone knows
> > the answer to. I have a database that stores information on a given
> > user. The information is stored in a serialized array. This works
> > flawlessly when using only single line text. When I tried to store
> > multiline text, the problem arose.
>
> > When the serialized data is deserialized, the array breaks. Any
> > suggestions?
>
> I don't even try to to store serialized data in a database. Rather, I
> create a database which reflects the data being used.
>
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstuck...@attglobal.net
> ==================
I would use a database just for the information, but the inforation
being stored is site owner defined. They can add or remove fields as
needed. I will post some more info on the problem when I get off work.
Navigation:
[Reply to this message]
|