Page 1 of 1

how to pass $_POST or $_FILE value in class

Posted: Wed Jul 28, 2010 12:55 am
by manojsemwal1
Hai ....
i want to pass $_POST and $_Files value in class and function anybodyknow s how to do this.

like

class name()
{
$_POST['fname'];
like that

}
Thanks

Re: how to pass $_POST or $_FILE value in class

Posted: Wed Jul 28, 2010 6:45 am
by manojsemwal1
Thanks for your reply but array_script.php file having classes ?
like

class name()
{
i want to access the text value here can i access or not.
i had tried but not to access.
}