is it possible to query mysql with an array?
i've googled and came up with this, which says you have to put the array in curly brackets, but it doesn't work...
$page_titles_y['titles'] is my array
Code:
SELECT *
FROM table
WHERE page_title = '{$page_titles_y['titles']}' ";