pues solo haz esto
Código PHP:
Ver original<?php
require_once('recaptchalib.php');
$privatekey = "your_public_key";
$resp = recaptcha_check_answer ($privatekey,
$_SERVER["REMOTE_ADDR"],
$_POST["recaptcha_challenge_field"],
$_POST["recaptcha_response_field"]);
if (!$resp->is_valid) {
// What happens when the CAPTCHA was entered incorrectly
die ("The reCAPTCHA wasn't entered correctly. Go back and try it again." . "(reCAPTCHA said: " . $resp->error . ")");
} else {
// Your code here to handle a successful verification
echo "04254-5263258";
}
?>
ya con eso puedes ver tu numero de telefono, bueno modificando el que esta alli