error_reporting (E_ALL); /* Using:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/u0049116/public_html/ilmarinen.ru/kcaptcha/index.php:6) in /var/www/u0049116/public_html/ilmarinen.ru/kcaptcha/index.php on line 7

Enter text shown below:

*/ include('kcaptcha.php'); if(isset($_REQUEST[session_name()])){ session_start(); } $captcha = new KCAPTCHA(); if($_REQUEST[session_name()]){ $_SESSION['captcha_keystring'] = $captcha->getKeyString(); } ?>