hi guys, how to add an email address for this statement:

mail('[email protected]',"title",$text,$headers);

to add another email for this can put like this:
mail('[email protected],[email protected]',"title",$text,$headers);

what's the correct statement for this? thanks in advance.: