I have put a site on here there is a main menu, a company configuration menu. This is php/mysql enabled.
My company config has a save submit button that saves the information and then loads the main menu, the main menu has includes for the db connection as well as an include for the saveco.php. saveco.php is what saves the information.
If I do this using my localhost (xammp) everything works good. click save takes you to the main menu and if you go back to company information the information is correct.
If I do this online I have to either refresh the main menu or load the company information twice to see the updated results?
Can anyone lead me in the direction of what I am doing wrong?
My company config has a save submit button that saves the information and then loads the main menu, the main menu has includes for the db connection as well as an include for the saveco.php. saveco.php is what saves the information.
If I do this using my localhost (xammp) everything works good. click save takes you to the main menu and if you go back to company information the information is correct.
If I do this online I have to either refresh the main menu or load the company information twice to see the updated results?
Can anyone lead me in the direction of what I am doing wrong?