I want to have a user login into a page and then perform some data input and update some files and get a report back.
I have everything figured out except the way to keep the database user login the same until the process is complete (I use the user as part of the data submitted).
Will pconnect or can I carry the login through the pages and use to login each time?
If carry through, how do I pass the variables? I have tried this method and have not been sucessful.
I am using mysql as the database on an Apache server.
I have everything figured out except the way to keep the database user login the same until the process is complete (I use the user as part of the data submitted).
Will pconnect or can I carry the login through the pages and use to login each time?
If carry through, how do I pass the variables? I have tried this method and have not been sucessful.
I am using mysql as the database on an Apache server.