Beta-Labs

Pages

▼
Showing posts with label PHP. Show all posts
Showing posts with label PHP. Show all posts
Friday, May 8, 2020

Include and Require Keyword

›
Including a PHP File into Another PHP File: The include() and require() statement allows you to include the code contained in a PHP file wit...
Thursday, May 7, 2020

PHP String Functions

›
In this section, we will discuss a few basic string functions which are most commonly used in PHP scripts. 1. Getting length of a String:   ...

Functions in PHP

›
A function is a reusable piece or block of code that performs a specific action. Functions can either return values when called or can simpl...

Conditional Control Structures

›
Conditional statements are used to perform different actions for different conditions. In PHP we have the following conditional statements: ...

Data-types, Variables and Operators

›
PHP Data types A variable can store different types of Data. Let’s have a look at some of the data types supported by PHP: PHP String ...
›
Home
View web version
Powered by Blogger.