<form action="rejestracja.php" method="post">
<input type="hidden" name="wyslane" value="TRUE" />
<p>Login*: <input type="text" name="login" /></p>
<p>Hasło*: <input type="password" name="haslo" /></p>
<p>Powtórz hasło*: <input type="password" name="haslo2" /></p>
<p>Adres e-mail*: <input type="text" name="email" /></p>
<p>Powtórz adres e-mail*: <input type="text" name="email2" /></p>
<br>
'.recaptcha_get_html($publickey);' // wyświetlanie reCAPTCHA
<br />
<input type="submit" value="wyślij" /></form>
';
Druga linijka, zastanawia mnie sens tego....