Y-SLD/assets/plugins/jquery-validation/demo/captcha/image_req.php

7 lines
236 B
PHP
Raw Permalink Normal View History

2024-03-01 11:23:55 +00:00
<?php
// Echo the image - timestamp appended to prevent caching
echo '<a href="index.php" id="refreshimg" title="Click to refresh image"><img src="images/image.php?' . time() . '" width="132" height="46" alt="Captcha image"></a>';
?>