You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
308 B
PHP
8 lines
308 B
PHP
<form action="" method="post">
|
|
<input type="text" name="_ver" />
|
|
<?php foreach ($r as $key => $value):?>
|
|
<input type="hidden" name="<?php echo $key;?>" value="<?php echo $value;?>" />
|
|
<?php endforeach;?>
|
|
<input type="submit" />
|
|
</form>
|
|
<img src="test" alt="" onclick="this.src='test?'+Math.random();">
|