bud30683 Posted December 18, 2010 Share Posted December 18, 2010 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. <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 More sharing options...
trq Posted December 18, 2010 Share Posted December 18, 2010 Can you post the code that is actually producing the parse errors? Link to comment https://forums.phpfreaks.com/topic/222086-parse-errors/#findComment-1149085 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.