Jump to content

Syntax Error in PHP


paul1

Recommended Posts

Hi, can anybody please help me with a syntax error i am having, i have a piece of php code and i can not figure out what the problem is, i have tried using the code on its own without my form and the same error is coming up.Thank you.111.php

Link to comment
Share on other sites

<?php/***    @Title: Recaptcha Validation**    @Date Modified: 6/01/09**    Instructions: This code lives within the form.  Generally above the <SUBMIT> button*///A.This div notifies the user whether the Recaptcha was Successful or notecho "\n\t" . '<div id="captchaStatus" style="color:red;font-size:12px"></div>';//B. This script provides Recaptcha with a Themeecho "\n\t" .'<script type="text/javascript" charset="utf-8">';echo "\n\t" .'var RecaptchaOptions = { theme: "clean" };';echo "\n\t" . '</script>' . "\n";//C. Require the Recaptcha Libraryrequire_once('recaptchalib.php');//D. READ ME!$publickey = ""recaptcha_get_html( $publickey ); // the error message is here?>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...