Software Engineering

What is MySQL?

MySQL is a database management system that is used by PHP to store and retrieve all your blog information. Think of it this way. If your database is a filing cabinet that PHP uses to organize and store all the important data from your website (posts, pages, images, etc), then MySQL is the company that […]

What is MySQL? Read More »

How PHP works?

PHP software works with the web server, the software that delivers web pages to the world. When you type a URL in the address bar of your web browser, you send a message asking it to send an HTML file to the webserver at that URL. The web server responds by sending the requested file.

How PHP works? Read More »

What is PHP?

PHP is a programming language. It’s a pretty widely used language and can be embedded into HTML. PHP is a server-side language. When a user requests a web page that contains PHP code, the code is processed by the PHP module installed on that web server. The PHP pre-processor then generates HTML output to be

What is PHP? Read More »