Update: 2026-06-16 17:47:17
This commit is contained in:
@@ -8,6 +8,6 @@ try {
|
||||
echo "Raw: " . $row['phone'] . " | Decrypted: " . $encryptionHelper->decryptData($row['phone']) . "\n";
|
||||
}
|
||||
} catch (Exception $e) {
|
||||
echo $e->getMessage();
|
||||
echo "An error occurred.";
|
||||
}
|
||||
?>
|
||||
|
||||
@@ -6,6 +6,6 @@ try {
|
||||
$cols = $stmt->fetchAll(PDO::FETCH_ASSOC);
|
||||
echo json_encode($cols, JSON_PRETTY_PRINT);
|
||||
} catch (Exception $e) {
|
||||
echo $e->getMessage();
|
||||
echo "An error occurred.";
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user