prepare($insertQuery); $stmt->bindValue(':name', $name, SQLITE3_TEXT); $stmt->bindValue(':mobile', $mobile, SQLITE3_TEXT); $stmt->bindValue(':email', $email, SQLITE3_TEXT); $stmt->bindValue(':address', $address, SQLITE3_TEXT); $stmt->bindValue(':status', $status, SQLITE3_TEXT); $result = $stmt->execute(); if (!$result) { die("Error: Unable to insert data into the database."); } // Close the database connection $db->close(); // Redirect to the ClientList.php page after adding the client header('Location: https://blackhoundenterprises.com/invoices/clients.php'); exit(); } ?> Create Client
Home Clients Projects Invoices Statistics Leads Logout

Create a client profile