Quantcast
Channel: Function Library - Sodapop Documentation
Viewing all articles
Browse latest Browse all 30

$sodapop->scrubFormData ($data)

$
0
0
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;
}

Viewing all articles
Browse latest Browse all 30

Trending Articles