tutorial

PHP Syntax

Every PHP script executes on a server. When the server process the script, it sent back the output in the form of plain HTML to the browser <?php //Your PHP code ?> Note: You can write your code in a text editor. There are various text editors for PHP like sublime text, …

PHP Syntax Read More »

PHP Installation

To install PHP on your system, you can follow any one of these approaches You can either get PHP along with the packages like WAMP Server, XAMPP etc. You can install PHP directly from internet if you already have a testing server installed. First let us understand what these packages …

PHP Installation Read More »

Introduction to C++

C++ is a general purpose programming language that has a wide scope of implementations. It was developed by a Danish computer scientist Bjarne Stroustrup at Bell labs, New Jersey. Primarily used in software development, it is also widely used all the way in game development, application programming, compiler design and many …

Introduction to C++ Read More »

PHP Introduction

If you want to build a dynamic website, or a shopping cart, or may be your own blog system, then you’ve got to learn a specific server side programming  language and in my personal opinion, PHP would be the best choice. So, what is PHP? To your answer…. PHP is a …

PHP Introduction Read More »

C++ Installation

To start programming in C++, you must have a compiler installed in your system. What is a Compiler? A compiler is a computer program or a software which converts source code written in a programming language to the  machine language code. In general, a compiler converts your code into a …

C++ Installation Read More »