Hello, I have an error, I want to pass in my GET vartiable, several ids separated by a comma, then I use it to filter a request, I use split to split my fields, unfortunately this gives an error, Do you have an idea?
Array to string conversion
Hello, I have an error, I want to pass in my GET vartiable, several ids separated by a comma, then I use it to filter a request, I use split to split my fields, unfortunately this gives an error, Do you have an idea?
Array to string conversion
Show the database query, you hid it
If you’re sending an array, then you should use the IN operator, not equal.
Thanks Apple & Teodor
Well … in order to test a query you need an actual array value. This expression cannot be used to test the query.