session_start();
// Because sending session IDs to other servers can be a security problem,
// we use only a part of the session ID here.
// This is still a quasi-unique string, so it works just as well.
$captcha_id = substr(session_id(), 0, 15); // first 15 characters of the session ID
?>
Online Registration
(Bold fields are required)