scrubFormData() This needs to be built yet. It will scrub input form data to make sure that there aren't any injection attacks, etc.
Parameter: $data - this is the data array from the form.
Location: class.sodapop.php
public function scrubFormData ($data) {
return $data;
}