Hi all
I got 3 questions, I need help with:
- I am developing an application for people that have no idea what they are doing. In other words I have to keep it as simple as possible. The user is required to fill out a couple of forms. The forms are very simple and spread over a few pages. That is, the user fill out one form, click save and then the page shift to a new page with the next form.
So far I have included a header at the end of the form script that calls the next page with the next form. But that is a problem if the users PHP ini file has "output buffer=off". Then you can only send two headers before your are met with the error "can not modify header allready sent etc".
Is there a more elegant way of having the page change to a new page with a new form as soon as the user click the save button. A coding example is highly appricatet.
Function lib:
According to my PHP book, you can have a single file with all your functions. Then your able to include that function file in your scripts. But how do you inwoke the third function in the function file and use it in a script? A coding example is highly appricatet.Slashes:
As far as I know you need to have double slashes in your PHP scripts in order for the scripts to work on both Windows and Linux. Is that true?
Thanks in advance.