This commit is contained in:
Pinga 2023-11-27 17:01:59 +02:00
parent 7330f7b868
commit a55c40ddff

View file

@ -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