关于内网应用,请你澄清一下吗? [关闭]

i know we can develop intranet application using php once the application is developed and written in cd and the software is installed how to manage with data bases as it is not hosted in webserver do we need host an intranet application in the local server? if it has to be like that can you please tell me how that can be executed? if you have any reference where i can get proper solutions please provide me

Cheers Vasu

What you need is often referred to as "stack" or "solution stack", i.e. a bundle of software pieces that form a (well-known) "working set" to provide a fully functional solution.
There's e.g. the LAMP stack; Linux, Apache, MySQL, PHP (or Python or Perl or ...).
Those are the high level "moving parts" of the solution, e.g. switch from Linux to Windows and you have a WAMP stack; Windows, Apache, MySQL, PHP. Or if you decide that Microsoft is the measure of all things (in your line of business) you can have a WINS stack; Windows, IIS, .NET, SQLServer.
Use those acronyms to find tutorials, reports and tools that help you to install, configure and maintain such a stack.
There's e.g. XAMPP, a software bundle that helps you to easily get a working LAMP/WAMP stack running.