Are there any function that enable me to refresh the broswer after I update or delete anything?
Thanks in advance!
Hi Fanny,
i don't know the PHP Way of doing that ... - don't think it's possible by the way - But there still exists other Script Languages than PHP (not for long <hoho>)in JavaScript i.e. you can use the location.reload() command.
greetings Rob
Your question doesn't provide enough information. Is the problem with the browser caching the page (based on the url)? If so, just add an extra parameter based on a random/unique value. I use uniqid() to generate this.
Or add a pragma nocache to your page headers.