if you do a SELECT *FROM database WHERE ID = ***
is there a way to SKIP certain records from being displayed that have specific information?
like for example, if someone classifies a record as "remove" is there a way to keep it from being displayed in a while statement when everything else is still displayed?
is there a way to SKIP certain records from being displayed that have specific information?
like for example, if someone classifies a record as "remove" is there a way to keep it from being displayed in a while statement when everything else is still displayed?