[PHP] script stopped working- no output from unserialize()

2006-08-09 Thread Ross
So, When I echo out the results from the db I get the serialized data but when I try and pass the serialized data to the function to unserialize the output it doesn't work - no output what-so-ever. Also when the serialized data is sent to the function and then echoed out before it is

Re: [PHP] script stopped working- no output from unserialize()

2006-08-09 Thread Jochem Maas
Ross wrote: So, When I echo out the results from the db I get the serialized data but when I try and pass the serialized data to the function to unserialize the output it doesn't work - no output what-so-ever. Also when the serialized data is sent to the function and then echoed out

Re: [PHP] script stopped working- no output from unserialize()

2006-08-09 Thread Robert Cummings
On Wed, 2006-08-09 at 21:06 +0100, Ross wrote: So, When I echo out the results from the db I get the serialized data but when I try and pass the serialized data to the function to unserialize the output it doesn't work - no output what-so-ever. Also when the serialized data is sent to

Re: [PHP] script stopped working- no output from unserialize()

2006-08-09 Thread Richard Lynch
On Wed, August 9, 2006 3:06 pm, Ross wrote: When I echo out the results from the db I get the serialized data but when I try and pass the serialized data to the function to unserialize the output it doesn't work - no output what-so-ever. Also when the serialized data is sent to the function