<?php
$id_count = 2;

$id[0] = 'wjun';
$pw[0] = '1234';
$key[0] = 'asdf';


$id[1] = 'aradia';
$pw[2] = '1234';
$key[3] = 'qwer';

?>
