Skip to content

Instantly share code, notes, and snippets.

@Octagon-simon
Created October 16, 2021 15:13
Show Gist options
  • Select an option

  • Save Octagon-simon/858b457980ddade24ca4d551a6e93ed1 to your computer and use it in GitHub Desktop.

Select an option

Save Octagon-simon/858b457980ddade24ca4d551a6e93ed1 to your computer and use it in GitHub Desktop.
create the basic html with form
<html>
<head></head>
<body>
<img id="captcha_img" src="core/captcha_image.php">
<form method="post">
<div id="captcha_form_group">
<label id="captcha_form_label">Enter Text</label>
<input id="captcha_key" name="key"> <button id="btn_captcha_refresh" type="button">&#8635;</button>
</div>
<div id="captcha_form_group">
<button id="btn_captcha_submit" type="submit" name="submit">Verify</button>
</div>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment