exec($createQuery); if (!$db->exec($createQuery)) { die("Failed to create the 'projects' table."); } $db->close(); } else { $db = new SQLite3($dbFile); if (!$db) { die("Database connection failed: " . $db->lastErrorMsg()); } } function formatNumberWithSpaces($number) { // Ensure the number is a float and format to two decimal places $formattedNumber = number_format((float)$number, 2, '.', ' '); // Replace the decimal point with a space for the thousands separator $formattedNumber = str_replace(',', ' ', $formattedNumber); return $formattedNumber; } ?> Create Project
Home Clients Projects Invoices Statistics Leads Logout

Create a New Project








Drag & drop files here
or click to select