Code: Select all
$subject=$_POST['subject']then how do i call a class (so all functions are executed within it) and how to call individual function of the class. I want to pass $_POST['subject'] to the class / function
The name of the class is
Code: Select all
class popoon_classes_externalinputCode: Select all
static function basicClean($string) and static function removeMagicQuotes($data)