How to stored / get the arrays into databases

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
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: How to stored / get the arrays into databases

Post by John Cartwright »

Ignoring the fact your usage of eval is a gigantic security risk, what do you have against serialize()/unserialize()?
Post Reply