MySQL, PHP Prepared Statements Matching a String

QuestionsMySQL, PHP Prepared Statements Matching a String
sethbeckerman5 Staff asked 4 years ago

I use prepared statements rather frequently to insert data, but I'm trying to select data and having an issue I can't seem to wrap my head around.
This code does not work at all. No error, just no results:

This code works just fine:

Any ideas would be most appreciated. Thanks!


View on Stack Overflow