Jump to content

parse errors


bud30683

Recommended Posts

I'm very NEW to php and one of my sites was hacked by a spambot so I'm trying to implement a captcha. I need to echo or implement this code into my php code but I keep getting parse errors.  :shrug:

 

<img id="captcha" src="/securimage/securimage_show.php" alt="CAPTCHA Image" />

<input type="text" name="captcha_code" size="10" maxlength="6" />

<a href="#" onclick="document.getElementById('captcha').src = '/securimage/securimage_show.php?' + Math.random(); return false">Reload Image</a>

Link to comment
https://forums.phpfreaks.com/topic/222086-parse-errors/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.