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

How to Find Maximum Length of Associative Array in PHP

March 11, 2021March 11, 2021 admin Leave a comment PHP Programming

In some cases we need to find out maximum length of all elements in the associative array. We will find the solution in this article. Consider the following associative array: Problem In the above array, we need to find out the maximum length for every element such as name, age and email respectively. Expected Output […]

Continue reading

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 Email Validation with Example

August 1, 2018August 2, 2018 admin Leave a comment PHP Programming

We have to validate each E-mail input value to ensure that the given value is formatted correctly. There are 3 ways of email validation available, using which we can achieve this. They are: HTML, Javascript and PHP. We will discuss about PHP email validation.

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

Create Contact Form Validation in Javascript | Demo and Tutorial

July 27, 2018July 27, 2018 admin Leave a comment Contact Form, PHP Programming

We already discussed about PHP contact form in the past article. Now we will discuss about how to create contact form validation in Javascript. You can use this validation part together with PHP contact form. Click the below button to see the demo for PHP contact form with Javascript validation. Demo For PHP Contact Form […]

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

How to create PHP contact form | Demo and Tutorial

July 21, 2018July 31, 2018 admin Leave a comment Contact Form, PHP Programming

PHP contact form is used to communicate the site owner with customers. The site owner can know the thought of customers regarding their service with the contact form. We have created simple contact form using HTML and PHP. The webmaster can easily pluck this contact form in the new or existing web pages. Process of […]

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