nataly333 wrote:Of course have a .php extension file. One my computer is setup as a server, and second as a client. All another things are working well : connection to MySQL, tables filling...
Only refreshing doesn't work.
That's very odd. It supposed to work, but it doesn't:(
Is it depends on browser?
I remember that it worked. I reinstall php and MySQL, and it stoped to work.
But that is stupid: this is only html tag...?
Well we can always try the JavaScript way.
Put the following code anywhere in your webpage.......
Code: Select all
<script language="javascript">
function RefreshMe() { window.location = '<? echo $_SERVERї"PHP_SELF"] ?>'; }
setTimeout("RefreshMe()", 60000); // 1000 = 1 second.
</script>