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 […]
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.
PHP Break and Continue
PHP Switch
PHP Loop
PHP If else
PHP Constants
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 […]
PHP Variables
PHP Data Types
How to install PHP on Windows
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 […]