I use this sexy code:
Demo Link
<html>
<head>
<!-- For ease i'm just using a JQuery version hosted by JQuery- you can download any version and link to it locally -->
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script>
$(document).ready(function() {...
You need auto refresh ?
Then
<meta http-equiv="refresh" content="60" />
Or Button to refresh ?
Then
<html>
<head>
<script type="text/javascript">
function Reload () {
var f = document.getElementById('iframe1');
f.src = f.src;
}
</script>
</head>
<body>
<iframe id="iframe1" height="200"...
Code yourself some kind of script you need ;)
If you cant, you can hire someone :P
Maybe this link will help:
http://www.plus2net.com/php_tutorial/php_file_upload.php
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.