I am loading images from folder but problem is
first loading div after storing images.
Because of this problem i have to increase loading time div.
<script type="text/javascript">
$(function() {
$("#snap").click(function() {
$("#myweb").load("webcamsnap.php")
})
})
</script>