Could not save into database[SOLVED]

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!

Moderator: General Moderators

Post Reply
devendra-m
Forum Contributor
Posts: 111
Joined: Wed Sep 12, 2007 3:16 am

Could not save into database[SOLVED]

Post by devendra-m »

I have an array. I have serialized that array and stored it into a variable then into a database table. When I fetch that value , it shows different value which contains spaces between each characters.
Last edited by devendra-m on Sun Jun 01, 2008 12:04 am, edited 1 time in total.
devendra-m
Forum Contributor
Posts: 111
Joined: Wed Sep 12, 2007 3:16 am

Re: Could not save into database

Post by devendra-m »

sorry it was my mistake. I was storing it in unicode
Post Reply