Hy! I have created some forms and database transactions. Now I want to put the pieces together! The question is what is the best way to it! Is it better to navigate via HTML links or with require and include. I ask because in the final version of the application the user will have to login in the beginning and username and password will be used afterwards for the database issues. In the end the user shall navigate between the different forms to deal with the database! What can you recommend? regards steyr
that is a bit of a broad statment. For for the most part i would suggest if you are confused on this level you should use the html links, as they may be easier (if not cleaner) to code together the chain. The require/include route will be easier to maintain once you have it set up correctly.