-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
serialized data in database #1
Comments
Hi! Could you provide more info on this error. I use this way to store serialized data for about 5 years without any problems. |
Oh, I think I know what you mean. The problem appears when you use non-UTF8 encoding in your database. Ok, I'll add this feature soon. |
Your example is not about DB, it’s on submission of serialized data with HTML forms. |
As I said, there’s no problem when you use UTF8 in the DB. |
Save serialized data in database through base64_encode, and get through base64_decode.
It helps avoid popular error with offset
The text was updated successfully, but these errors were encountered: