I'm trying to find a way to define/set all my input offline, and only connect with the web for up- or downloading.
My idea is to use PHP (local) and Apache (localhost). After setting all input variables including files, I want to connect to a webserver and upload the inputs into a MySql database. How can I do that?
How do I connect to the webserver? Do I have to close or disconnect from the localhost first? Do I keep my inputvariables by switching to another server (and so PHP)? Are there better ways? Or isn't all this a problem like this?
Many thanks.