mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-10 16:58:34 +02:00
Fix
This commit is contained in:
parent
7330f7b868
commit
a55c40ddff
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ $stmt->bindParam(':data', $encryptedData);
|
||||||
$stmt->execute();
|
$stmt->execute();
|
||||||
```
|
```
|
||||||
|
|
||||||
## 4. Database installation (please choose one):
|
## 4. Using the Key for Select Operations
|
||||||
|
|
||||||
```php
|
```php
|
||||||
// Assuming $pdo is your PDO instance
|
// Assuming $pdo is your PDO instance
|
||||||
|
|
Loading…
Add table
Reference in a new issue