silverstripe-framework/thirdparty/jquery-validate/demo/captcha/image_req.php

7 lines
260 B
PHP
Raw Normal View History

<?php
// Echo the image - timestamp appended to prevent caching
echo '<a href="index.php" onclick="refreshimg(); return false;" title="Click to refresh image"><img src="images/image.jpg?' . time() . '" width="132" height="46" alt="Captcha image" /></a>';
?>