update page now

Voting

: two plus five?
(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