class name
{
    function name($var1,$var2)
    {
         echo $var1;
    }
}$abc=new name($_POST['xxx'],$_POST['yyy']);