MSK7
03-03-2009, 08:38 AM
Hello all,
As i am beginner in php programming
I just want to know that what is the functioning of all the followings, which are generally used in php with Email() :-
(1) $_SERVER['REMOTE_ADDR'];
(2) what is : - $uself
& what it means:-
$headersep = (!isset( $uself ) || ($uself == 0)) ? "\r\n" : "\n" ;
(3) $_SERVER['HTTP_REFERER'];
please tell me some basic information about all these contents , used in php.
Thanks & Regards.
As i am beginner in php programming
I just want to know that what is the functioning of all the followings, which are generally used in php with Email() :-
(1) $_SERVER['REMOTE_ADDR'];
(2) what is : - $uself
& what it means:-
$headersep = (!isset( $uself ) || ($uself == 0)) ? "\r\n" : "\n" ;
(3) $_SERVER['HTTP_REFERER'];
please tell me some basic information about all these contents , used in php.
Thanks & Regards.