Worqy Posted March 23, 2010 Author Share Posted March 23, 2010 Whats the page link? I have not uploaded it on a page yet, just testing it out with XAMPP. You see, this is just a part of a game. Link to comment https://forums.phpfreaks.com/topic/195857-number-problem/page/2/#findComment-1030347 Share on other sites More sharing options...
TeddyKiller Posted March 23, 2010 Share Posted March 23, 2010 I can't really help, I was dealing with a similar problem yesterday and never got it to work. This is what I have. <html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script> <script type="text/javascript"> function updateTable() { $("#ResTable").load('test.php'); } setInterval("updateTable()",1000); </script> </head> <body> <div id="ResTable"></div> </body> </html> Changed it in terms of the div id and stuff. Feel free to try it though. I was using it in a different way but that'll be the way you'll need it. So it may, or may not work. Link to comment https://forums.phpfreaks.com/topic/195857-number-problem/page/2/#findComment-1030560 Share on other sites More sharing options...
Worqy Posted March 23, 2010 Author Share Posted March 23, 2010 I can't really help, I was dealing with a similar problem yesterday and never got it to work. This is what I have. <html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script> <script type="text/javascript"> function updateTable() { $("#ResTable").load('test.php'); } setInterval("updateTable()",1000); </script> </head> <body> <div id="ResTable"></div> </body> </html> Changed it in terms of the div id and stuff. Feel free to try it though. I was using it in a different way but that'll be the way you'll need it. So it may, or may not work. Works perfect, thank you Link to comment https://forums.phpfreaks.com/topic/195857-number-problem/page/2/#findComment-1030575 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.