Good afternoon,
currently I am trying to remove a row from my database if the value does not exist in my variable. I am calling a variable $blsrowP["field_zipcode_value"] which returns all zipcodes from our database. Another database holds these same zipcodes. I want to compare these zipcodes from my variable with the new database and remove the zipcodes that are not listed inside this variable.
I am not comparing two different databases, but just the variable with my database. I tried searching online but I can only find comparing two different database tables. Thanks.