I\'m currently working on a project, and instead of using regular MySQL queries I thought I\'d go ahead and learn how to use PDO.
I have a table called contestants,
I only had issues with text fields in my database structure, storing product descriptions. I set the field settings to blob instead of text, which solved my problem.