/* Using:
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/astro/domains/turtrue.ru/public_html/kcaptcha/index.php:3) in /home/astro/domains/turtrue.ru/public_html/kcaptcha/index.php on line 4

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/astro/domains/turtrue.ru/public_html/kcaptcha/index.php:3) in /home/astro/domains/turtrue.ru/public_html/kcaptcha/index.php on line 4

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(); } echo ""; echo ""; ?>