PHP Classes

File: public/asset/vendor/jquery-validation/demo/captcha/image_req.php

Recommend this page to a friend!
  Classes of fathurrahman   mnTemplate   public/asset/vendor/jquery-validation/demo/captcha/image_req.php   Download  
File: public/asset/vendor/jquery-validation/demo/captcha/image_req.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: mnTemplate
Route HTTP requests to callback functions
Author: By
Last change:
Date: 1 year ago
Size: 236 bytes
 

Contents

Class file image Download
<?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>';

?>