Welcome Guest, Not a member yet? Register   Sign In
How to change this in codeigniter framework
#1

[eluser]ram reddy[/eluser]
Hello friends ,

how to change this code in codeigniter
[removed]
var refreshId = setInterval(function()
{
$('#responsecontainer').fadeOut("slow").load('response.php').fadeIn("slow");
}, 10000);
[removed]

// My probulem is responce.php
#2

[eluser]danmontgomery[/eluser]
CodeIgniter is a PHP framework, that is jQuery. You're going to have be a little more clear what the problem is.
#3

[eluser]ram reddy[/eluser]
[quote author="noctrum" date="1281980103"]CodeIgniter is a PHP framework, that is jQuery. You're going to have be a little more clear what the problem is.[/quote]


we can include php page directly in codeigniter ?..
#4

[eluser]danmontgomery[/eluser]
You can put it in the views/ folder and use it as a view: http://ellislab.com/codeigniter/user-gui...views.html




Theme © iAndrew 2016 - Forum software by © MyBB