/lib/jquery-validate/demo/captcha/image_req.php
PHP | 6 lines | 3 code | 2 blank | 1 comment | 0 complexity | 0a2925cd5b10851e3fa00df4eabf342c MD5 | raw file
1<?php 2 3// Echo the image - timestamp appended to prevent caching 4echo '<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>'; 5 6?>