function done($ok, $msg) { if (!headers_sent()) header("Content-Type: text/html; charset=utf-8"); $hmsg = htmlspecialchars((string)$msg, ENT_QUOTES, 'UTF-8'); echo ' '.($ok ? 'Sent' : 'Not Sent').' | Tuscany Cuisine

'.($ok ? '✅ Sent' : '❌ Not Sent').'

'.$hmsg.'

← Back to Form
Return to Dolci Directory
'; exit; }