<?php
require 'KATAKANA_CAPTCHA.php';

session_start();
$captcha = new KATAKANA_CAPTCHA;
$_SESSION['captcha_keystring'] = $captcha->getTextString();