PageRenderTime 40ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/lib/jquery-validate/demo/captcha/image_req.php

#
PHP | 6 lines | 3 code | 2 blank | 1 comment | 0 complexity | 0a2925cd5b10851e3fa00df4eabf342c MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0, BSD-3-Clause
  1. <?php
  2. // Echo the image - timestamp appended to prevent caching
  3. 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>';
  4. ?>