I want to develop some new PHP/MySQL software, but might have a bit of a dilemma.
I can host this new software on the Internet, but some people might not have access to the Internet from their office.
If someone wishes to have this on their Intranet, they may not have a web server to host the files.
I do not code in VB, C++, etc. so I can't make a standalone, installable program that they can simply install on their workstations.
Some information may be sensitive, so they may not want it hosted outside their Intranet. (even though I have access to secure hosting)
I'm sure I can come up with some other issues, but my main concern is how to develop PHP/MySQL software that can run on a standalone workstation or on an Intranet that does not have a web server readily available.
Thanks!