Ive have a page which is generated using PHP. The page is generated from userinput through a form. I then also have another window in which you can change something in my MySQL database. When this is changed, I want the original page to autoupdate. I have tried using javascript like:
opener.location.reload();
but then I dont get the original formdata reposted(I think!).
Any bright ideas on how to acomplish this?
You have the right idea. Do some testing to see if you are getting the right data in the original page or not. There may be a chance that there is nothing wrong.
Bookmarks