From: Matthew M. <ma...@tu...> - 2003-02-18 01:27:15
|
It was my fault. I was not checking the data properly. When I echoed the variable it stated 'Array'. So I thought it was trying to pass one. Actually, the word 'Array' was what was saved in the database. So it was trying to unserialize the word array. The process that was saving the data as such was fixed. It just took me a while to figure it out because it looked innocent. Thanks for the response though everyone! Matt |