I'm very newbie with PHP. But i always see that people use php script like this:
this->bla..bla...
I don't know, why use "this->". What is it use for? Can you help me with simple word to explain about this?
and many script use that arrow. Like this sample:
Code: PHP
$mail->AddReplyTo($email_reply_to_address, $email_reply_to_name);
Thanks

