eval("\$birthday_greeting_pm = \"".gettemplate("birthday_greeting_pm",1,0)."\";");
$DB_site->query("INSERT INTO privatemessage (privatemessageid,userid,touserid,fromuserid,title,message,dateline,showsignature,iconid,messageread,folderid) VALUES (NULL,$birthday_children[userid],$birthday_children[userid],$greeter,'".addslashes(htmlspecialchars($title2))."','".addslashes($birthday_greeting_pm)."',".time().",1,'$log_iconid',0,0)");
This is the sample algorithm to send pm in the code level.. Assign values to its variables, modify it according to your needs and put it after the part pm is sent, so that a reply would be resent right after it..