Hi
I have one more problem , can anyone please help
I have designed a poll system with
poll action and display on same page. What i am doing is creating an image for the poll system and saving it to a filename ,
say
poll.png
in the html page , i display that image with src pointing to the actual directory where i saved the image file
now my problem is that , when after completion of action of recreating the picture , when i am displaying back the page from where the user started , the image is shown from the browser cache.
I am also adding
<script>
window.location.replace("<?echo($hurl);?>?<?echo(time()); ?>");
</script>
Thanks