| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Registered User
Join Date: Dec 2006
Posts: 16
|
Problem with refreshing
Hello, I have this little problem. I'm building an administration tool for my website and have to let's say move menu items up and down. After programmicly I move them I do header("Location: ") to the same page as was before. Everything works fine except that sometimes I have to refresh page to see results (menu items switched). In metatags I disabled caching like that: HTML Code:
Please help. |
|
|
|
|
|
#2 (permalink) |
|
hmmm...
Join Date: Jan 2004
Location: Yorkuk
Posts: 2,127
|
If it is a caching issue add some kind of unique id on to the end of the location request: http:url?unique=12314343452 Use timestamp or something that's guaranteed to change. If that doesn't work, it'll more likely be a programming issue |
|
![]() |