i've got a webview application and i want to remove the images caching on it. i try to put that "?123456789" after every image, to break the caching , but it doesn't work. can you help me please?
if($passed[$i] == 1) {echo "<div class=\"contenitoreeventi\">
<form method='get' action='paginaevento.php'>
<input type='submit'
style='background-image: url(../fotoluoghi/$foto[$i].png?12345689);'
class='fotoevento'
name='idfesta'
value='$idfesta[$i]'/>
</form>
";