//We use this signature for install. We pass default $employeeId and $profileId params i.e 1, since these are defaults for admin user $resp1 = __calculateSignature(1, 1, '[[admin_email]]' , $password); echo '<update_signature>'.$resp1.'</update_signature>';
//We use this signature for edit. Don't remove $resp2 = __calculateSignature('[[emp_id]]', '[[profile_id]]', '[[admin_email]]' , $password); echo '<update_signature_edit>'.$resp2.'</update_signature_edit>'; ?>