Hi,
I'm getting the following error "Fatal error: Call to a member function bind_param() on a non-object" when I call $statement->bind_param('i', $featuredSpecialID); in the following code:
function removeSpecial() {
global $HOST_NAME, $USER_NAME, $PASSWORD, $DATABASE;
$featuredSpecialID...