Engineering

JavaScript – Control Structures

JavaScript is a multi-paradigm, dynamic language with types and operators, standard built-in objects, and methods. Its syntax is based on the Java and C languages — many structures from those languages apply to JavaScript as well. JavaScript supports object-oriented programming with object prototypes, instead of classes. JavaScript also supports functional programming — functions are objects, […]

JavaScript – Control Structures Read More »

JavaScript – Operators

JavaScript is a multi-paradigm, dynamic language with types and operators, standard built-in objects, and methods. Its syntax is based on the Java and C languages — many structures from those languages apply to JavaScript as well. JavaScript supports object-oriented programming with object prototypes, instead of classes. JavaScript also supports functional programming — functions are objects,

JavaScript – Operators Read More »

JavaScript – Data Types and Variables

JavaScript is a multi-paradigm, dynamic language with types and operators, standard built-in objects, and methods. Its syntax is based on the Java and C languages — many structures from those languages apply to JavaScript as well. JavaScript supports object-oriented programming with object prototypes, instead of classes. JavaScript also supports functional programming — functions are objects,

JavaScript – Data Types and Variables Read More »

Introduction to HTML

HTML is the standard markup language for creating Web pages. HTML stands for Hyper Text Markup Language HTML explains the structure of Web pages using markup HTML elements are the building blocks of HTML pages HTML elements are represented by tags HTML tags are invisible but used to create the page’s content Sample file <!DOCTYPE

Introduction to HTML Read More »

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 »