Brief Introduction
Learn how to startup APACHE, MYSQL, and PHP on a local PC, and use these technologies for building a dynamic website.Description
This course describes how to install and configure Apache HTTP Server, MySQL database server, and PHP, known collectively as the AMP stack, on a local development computer. I have covered different installation approaches, including installing the components separately on Windows, macOS, and Linux.
Then I have created a new website includes these technologies together, We've started from this website from scratch, beginning from mapping the cycle of the website, creating the structure of the web pages, creating database tables, adding styles to web pages, and adding PHP scripts to web pages.
Finally, we've introduced an overview of the web hosting and the important types of it, then we've registered to a free web hosting for uploading and publishing our website.
There is a lot to cover, let's jump inside.
Requirements
- Requirements
- PC or laptop and internet.
- Little knowledge about HTML, CSS, and PHP.