# rsvp/1.3.0/jquery-validate/demo/captcha/image_req.php

RSVP and Event Management, version 1.3.0. 6 lines.

- Page: https://pluginprobe.com/plugins/rsvp/1.3.0/code/jquery-validate/demo/captcha/image_req.php
- Raw: https://pluginprobe.com/plugins/rsvp/1.3.0/raw/jquery-validate/demo/captcha/image_req.php
- Modified: 2011-05-27T15:54:00+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/rsvp/1.3.0/code/jquery-validate/demo/captcha/image_req.php#L10-L20`.

```php
<?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>';

?>
```
