Calling classes and functions
Posted: Sun Aug 19, 2007 5:38 am
I have a variable as
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
and it contains two functions
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)