PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Well, serialize() takes mixed variables, so you should expect unserialize to return mixed variables. Thus, it's not a simple string. If you just want to look at it, don't echo, use print_r().