My company was using a desktop application developed in VB which was old and not fulfilling new requirements.
I developed a local web based system in xampp (PHP and MySQL) for my company and shared it to our workers through Local Area Network.
This system is working perfectly and fulfilling our company requirements and no www or live web hosting is required to our company.
So we are gradually replacing this web based system to old vb application.
Has PHP and MySQL no issue in any aspect to be used as desktop application? as php and mysql are for web?
-
1xampp is just a bundle for php apache and other tools. it should be fine to be used as a servermehulmpt– mehulmpt2018-01-04 08:00:46 +00:00Commented Jan 4, 2018 at 8:00
-
Why are PHP and MySQL for web? Just because they run on a web server, does not make their application exclusive to building web pages. PHP can be run from CLI, for instance.BenM– BenM2018-01-04 10:27:52 +00:00Commented Jan 4, 2018 at 10:27
Add a comment
|