Hey there, I want to make people able to search an article database with multiple criteria(s). It's a little bit different to handle because: Some includes more than 1 value (like active substances: ["actSubst1", "actSubs2"]) Some values are repeati...
I encounter this a lot in PHP where beginners and even many intermediate level developers are DEATHLY afraid of objects. It scares them away from even considering the vastly superior PDO, and it makes them use the pointless bloated mysqli_ functional...