Dear All
I am writing one small web application in PHP. I am trying to save some data which is entered in PLLWINDOW.PHP and when I click on Button Data should be saved in database, my insert into statement is written in SAVE.PHP. After saving the data in database my PLLWINDOW.PHP should be reload and it should display Record 2 on top and blank fields. This has to happen on every click on button.
How can I do this I need guidance.