Skip to content
Advertisement

WordPress prepared statement with IN() condition

I have three values in a string like this:

JavaScript

When I feed it into a prepared statement like this:

JavaScript

echo $query; shows:

JavaScript

It is not writing the string as three separate values — it is just one string with the double quotes escaped.

How can I properly implement a prepared statement in WordPress with multiple values?

Advertisement

Answer

Try this code:

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement