Welcome Guest, Not a member yet? Register   Sign In
ajax auto refresh with ci not work
#1

[eluser]arro[/eluser]
hii, I have simple question here..
how to convert this 'record_count.php' code to codeigniter?

Code:
[removed]
var auto_refresh = setInterval(
function ()
{
$('#load_tweets').load('record_count.php').fadeIn("slow");
}, 10000); // refresh every 10000 milliseconds

[removed]

I have used 'post/get_post' where is my controller and function to replace 'record_count.php' , but my ajax load only refresh the first refresh even I add some data..

thanks..
#2

[eluser]arro[/eluser]
hii everyone, any idea to change the php files here?
thank's,,




Theme © iAndrew 2016 - Forum software by © MyBB