Computer Science, asked by lokeshdot29992, 11 months ago

Discuss to relationship between apache, mysql,phpp

Answers

Answered by Anonymous
6

Answer:

Explanation:

PHP is a server side programming language that handles HTTP requests. ... If Apache and PHP are separate programs, then how do they both work together on serving files? They work together because you allow them to. In your php script you must connect to a sql database before you are able to use that database.

Answered by 6Siddhant9
1

May 23, 2013 - WAMP. Stands for "Windows, Apache, MySQL, and PHP." ... MySQL is a high-speed database, while PHP is a scripting language that can be used to access data from the database. By installing these two components locally, a developer can build and test a dynamic website before publishing it to a public web server.

Similar questions