Many HTMLs = 1 PHP ???
Posted: Mon Oct 25, 2004 4:44 pm
I am currently working on the design of my own web portal. I have finished a lot of the layout and design, and I am now working on the installation script. It is functional, but since during the installation I have the user answer many questions concerning the bulletin board, I have many different files which carry the information in hidden fields until the last page (i.e. first page is install.php, which its form information is saved as hidden field in install2.php, whose form information is saved as hidden fields in install3.php....until it is all processed by installprocess.php). I wanted to know if there was a way of combining all of these into one PHP file, like after a submit button is clicked, the page is wiped clean and served new data, but it is the same PHP file. Is that possible?