This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/lib/securimage/securimage_example.php
2010-01-03 08:57:08 +00:00

6 lines
381 B
PHP

Out of the box example of Securimage CAPTCHA Class.<br /><br />
<img src="securimage_show.php?sid=<?php echo md5(uniqid(time())); ?>" id="image" align="absmiddle" />
<a href="securimage_play.php" style="font-size: 13px">(Audio)</a><br /><br />
<a href="#" onclick="document.getElementById('image').src = 'securimage_show.php?sid=' + Math.random(); return false">Reload Image</a>