Skip to content

Commit 4cbd64c

Browse files
committed
commit
1 parent 4e19bf6 commit 4cbd64c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
🚀 This project, developed by **Iqbolshoh Ilhomjonov**, is a simple and secure PHP database wrapper class that uses MySQLi for database interactions. It provides an easy-to-use interface for executing queries, fetching results, and managing transactions efficiently.
44

5+
![Banner Image](./assets/images/banner.png)
6+
57
## ✨ Features
68
- 🔒 **Secure MySQLi connection**
79
-**Supports prepared statements**
@@ -20,7 +22,7 @@ Or simply include the `Database.php` file in your project and create an instance
2022
## 🛠️ Usage
2123
### 1️⃣ Initialize the Database
2224
```php
23-
require_once 'database.php';
25+
require_once 'Database.php';
2426
$db = new Database();
2527
```
2628

assets/images/banner.png

70.9 KB
Loading

0 commit comments

Comments
 (0)