update page now
Longhorn PHP 2026 - Call For Papers

Voting

: three plus one?
(Example: nine)

The Note You're Voting On

frenzy dot ivan at gmail dot com
17 years ago
<?php

$index = 4;
$id = dba_open("frenzy.db", "w", "flatfile");
if(!$id) exit ("Some error...");
if(dba_exists($index, $id)) exit ("This key is using");
dba_close($id);

?>

<< Back to user notes page

To Top