Skip to main content

Posts

Featured

PHP BASICS

PHP BASICS Scripting Language :   A Scripting Language is a programming language that is used to manipulate, customize, and automate the facilities of an existing system.   In such systems, useful functionality is already available through a user interface, and the scripting language is a mechanism for exposing that functionality to program control.  Scripting languages are easier to learn than compiled languages.  Scripts get more done in less code and less coding time than compiled languages. PHP is a server-side scripting language designed primarily for web development but also used as a general-purpose programming language. Prerequisites before learning PHP ( if used for website creation) HTML Stands for Hyper text markup language. HTML is the client side scripting language i.e used to design static web page CSS stands for Cascading Styles Sheets CSS, or Cascading Styles Sheets, is a way to style and present HTML. Whereas the HTML is the meaning o

Latest posts

Image Cropping

DRUPAL8

Java Virtual Machine,Compiler and Interpretor