Welcome Guest, Not a member yet? Register   Sign In
Show data on page after page refresh
#4

[eluser]jshultz[/eluser]
the page is populate via a select box and post method. the url for the page just looks like domain.com/site/project_list

I attempted to do the server last page idea:

Code:
function deleteTask() {
        $_SESSION['last_page'] = $this->uri->uri_string();
        $taskid = (string)$this->input->post('taskid', TRUE);
        $this->Project_model->delete_task($taskid);
        redirect($_SESSION['last_page']);
    }

but that didn't work. I got an error in firefox saying:

The page isn't redirecting properly


Firefox has detected that the server is redirecting the request for this address in a way that will never complete.


Messages In This Thread
Show data on page after page refresh - by El Forum - 10-05-2009, 05:31 PM
Show data on page after page refresh - by El Forum - 10-05-2009, 07:57 PM
Show data on page after page refresh - by El Forum - 10-05-2009, 08:21 PM
Show data on page after page refresh - by El Forum - 10-05-2009, 08:50 PM
Show data on page after page refresh - by El Forum - 10-05-2009, 08:56 PM
Show data on page after page refresh - by El Forum - 10-05-2009, 08:56 PM
Show data on page after page refresh - by El Forum - 10-05-2009, 09:09 PM
Show data on page after page refresh - by El Forum - 10-05-2009, 09:46 PM



Theme © iAndrew 2016 - Forum software by © MyBB