Skip to main content

Posts

Featured

INTRODUCTION TO DATABASE USING PHPMYADMIN

Hi guys, In my previous post , We explored the XAMPP server and seen how to run the web application in the local machine. Today we are going to dig into Databases, Yes! Every application is required with backend support i.e., database. For example whenever we try to book our tickets on IRCTC website it looking for user credentials, Once we gave our details it will do backend validation. Anyone wonders how this is works?    Simple Client-Server Architecture  How Database works? A client need initiates the request through a web browser on a client machine requests a page from the Web site. The request travels across the Internet based on the requested URL. Based on request the application server runs the requested application, which probably needs data from the database server. i.e., Login Server The application server needs to make a request to the database server, including security information. Once the request passes security and is processed, the database server retur

Latest posts

INTRODUCTION TO XAMPP