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

Author: admin

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

Laravel startup guide for beginner

November 13, 2017December 2, 2017 admin Leave a comment Laravel

Introduction Laravel is a MVC framework developed in PHP. It is a simple and easy framework, having many plugins or libraries for the web applications. In today’s world, Laravel is the best PHP framework for developing business web application. Here we provide the startup guide for beginners of Laravel framework. Pre-requisite Make sure that the following is installed […]

Continue reading

Posts navigation

Newer 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