מה זה אמור לעשות

shai4u2

New member
מה זה אמור לעשות

תסבירו לי מה זה עושה??? אן מה זה אמור לעשות??
if (isset($emlbody)) { sendmailtoall ($subject,$emlbody); }​
 

matroz

New member
this code

is probably copied or taken from a script. the sendmailtoall name implies that this function sends mail to a list of emails. the first line checks that there is a body (of mail) to send, and calls the function with the mail subject and body.
 
למעלה