JIScript Tutorial
  • Home
  • Clone Scripts
  • Website Scripts
  • Submit Script
  • Best Web Hosting
  • Tutorial
  • Products

PHP Basics

The PHP basic section gives the solutions for the people, whoever looking for the beginner level programming knowledge in PHP. This section explains the following PHP basic concepts in details.

PHP Break and Continue

August 3, 2018August 3, 2018 admin Leave a comment PHP Basics, PHP Tutorial

Break will end the execution inside the block, whereas Continue will stop the execution at the point and and continue the remaining looping process of following statements: for, foreach, while, do-while and switch structure.

Continue reading

PHP Switch

July 31, 2018July 31, 2018 admin Leave a comment PHP Basics, PHP Tutorial

The PHP switch statement is similar to multiple if statement. It will execute the block of code in the different scenario like if statement. Compared to if statement, switch is more readable and maintainable for the multi-level control statement.

Continue reading

PHP Loop

July 27, 2018July 27, 2018 admin Leave a comment PHP Basics, PHP Tutorial

The four type of loop statements are supported by PHP. They are while loop, do-while loop, for loop and foreach loop. Find the tutorial and example with demo.

Continue reading

PHP If else

July 23, 2018July 23, 2018 admin Leave a comment PHP Basics, PHP Tutorial

In PHP If else is a control structure and it is the heart topic of PHP Scripts. It will be used whenever you have performed the conditional statements. PHP if statement executes the block of code when the expression evaluates to TRUE

Continue reading

PHP Constants

July 23, 2018July 23, 2018 admin Leave a comment PHP Basics, PHP Tutorial

PHP constants are identifier for a simple value. The possible datatypes of constants are boolean, integer, double, and string. Once we defined the constant, we cannot change the value of constant and cannot unset the constant. Characteristics of constant: constant is case sensitive by default The name of a constant is uppercase A valid constant […]

Continue reading

PHP Variables

June 14, 2018July 23, 2018 admin 2 Comments PHP Basics, PHP Tutorial

PHP basic variables: PHP variable is an identifier. It will start with a dollar sign ($). No need to declare any variable before using, like other any programming languages.

Continue reading

PHP Data Types

May 30, 2018June 2, 2018 admin Leave a comment PHP Basics, PHP Tutorial

PHP supports the following eight data types: boolean integer float string array object resource null Boolean PHP boolean data type is anyone of true or false. Both true and false data types are case insensitive. You can learn more about this in PHP control structure.

Continue reading

How to install PHP on Windows

January 4, 2018 admin Leave a comment PHP Basics, PHP Tutorial

To run the PHP program we need the following things: PHP file Web server (eg, Apache) Database Web browser (eg, Mozilla, Chrome) We can install PHP and Apache as separately or install the “XAMPP” software which contains PHP, Apache and Mysql package. Here we have explained how to install PHP in your windows system using […]

Continue reading

PHP Basic Syntax

December 23, 2017December 23, 2017 admin Leave a comment PHP Basics, PHP Tutorial

PHP basic syntax consists of the following: PHP tags, Embedded with HTML, Terminated by semicolon and Comments. The file extension of PHP is .php. Every PHP programming file should have the following two tags: Open tag – <?php and Close tag – ?>

Continue reading

PHP Basic Introduction

December 23, 2017 admin Leave a comment PHP Basics, PHP Tutorial

What is PHP The abbreviation of PHP is Hypertext Preprocessor. PHP is a server side scripting language. It is an open source, easy programming language; and anyone can learn PHP and implement it in your code. Using PHP people can build a robust, dynamic website. PHP compatible with all major databases such as Mysql, Oracle. […]

Continue reading

PHP Tutorial

PHP Basics

  • Introduction
  • How to install
  • Basic syntax
  • Data types
  • Constants
  • Variables
  • If Else
  • Loop
  • Switch
  • Break and Continue

Learn PHP

  • Contact Form
  • PHP Advanced
  • PHP Programming

PHP Tutorial

PHP Basics

  • Introduction
  • How to install
  • Basic syntax
  • Data types
  • Constants
  • Variables
  • If Else
  • Loop
  • Switch
  • Break and Continue

Learn PHP

  • Contact Form
  • PHP Advanced
  • PHP Programming
dazzling Theme by Colorlib Powered by WordPress