Just a simple question about PHP and new page
Posted: Thu May 19, 2005 10:29 am
Hello,
I'm making a page to search into database for some user, I put the result into a page called result.php. In the columns of the tables that I fill from Mysql I've made an additional one that is a link to detailed info about user, my problem is that I can go to the detailed infos but when I return back using button or back button of browser I receive an error that the page in unavaiable; the reason is that the page is created on fly and I don't save the resutls (4000 entries are a lot and don't even want to think of saving into variables session).My question is how I open a new page with PHP? and second Q, it's possible after having shown/modified data of the user to refresh the first page??
Thanks a lot!
Paolo
I'm making a page to search into database for some user, I put the result into a page called result.php. In the columns of the tables that I fill from Mysql I've made an additional one that is a link to detailed info about user, my problem is that I can go to the detailed infos but when I return back using button or back button of browser I receive an error that the page in unavaiable; the reason is that the page is created on fly and I don't save the resutls (4000 entries are a lot and don't even want to think of saving into variables session).My question is how I open a new page with PHP? and second Q, it's possible after having shown/modified data of the user to refresh the first page??
Thanks a lot!
Paolo