Advertisement

Ads

Showing posts with label PHP. Show all posts
Showing posts with label PHP. Show all posts

Sunday, December 30, 2018

30 Dec

Control Statement in PHP with Example

PHP Control Statement What is Control Statement in PHP? A block of code which decide the execution way of programmed according to the value of the given condition. There are some control statements that PHP supports. 1. PHP if Statement If a given condition is true, only then if statement will execute. Syntax: if(condition)...