I'm using implode() in my query statement.
I'm using post on my form and this command works ('" . implode("','",$_POST['state']) . "')
I needed to change things to GET but I keep getting implode errors. Is it possible for implode to work like this?
('" . implode("','",$_GET['state']) . "')