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

PHP Tutorial

The website is a heart of the business for corporations and companies. Now a day, every business need a website to gain a more customers in order to achieve the goal in the business. Developing a robust website is a challenge for any developer. There are various programming languages available (jsp, .Net, python, etc.) and PHP are the most favorable programming language.

JIScript PHP Tutorial gives better understanding for both fresh and experienced PHP programmers. This Blog elaborates every PHP concept in an easy manner.

Date and Time

June 1, 2019June 15, 2019 admin Leave a comment PHP Advanced, PHP Tutorial

Date: PHP date function return current date of server with the requested date format. syntax: The return format is string. $format – Mandatory and data type is string. $timestamp – Optional and data type is integer, time() is the default value. Time: Time function return current unix timestamp. Example For UTC Timezone Click the below […]

Continue reading

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

Posts navigation

Older posts

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