PHP save a page then redirect to previous page(ajax)
Posted
by Shiro
on Stack Overflow
See other posts from Stack Overflow
or by Shiro
Published on 2010-04-28T09:50:32Z
Indexed on
2010/04/28
10:13 UTC
Read the original article
Hit count: 218
Dear all,
I would like to ask for how to redirect to previous page (ajax paging).
Example, Let's say currently I am in page 5, then I click on one record, after I edit it, I would like to go back to that page 5 not page 1.
The problem is my paging is using ajax,
I try to use $_SERVER[http_referer], but I only get http://domain/photo , I not able to get # and the value.
What is the best way to redirect back to the previous paging. My last choice is using $_SESSION. Hope I can get better answer here.
Thx.
© Stack Overflow or respective owner