A string is a collection of characters. String is one of the data types supported by PHP.
The string variables can contain alphanumeric characters. Strings are created when;
You declare variable and assign string characters to it
You can directly use them with echo statement.
String are language construct, it helps capture words.
Learning how strings work in PHP and how to manipulate them will make you a very effective and productive developer
If you found this video valuable, give it a like.
If you know someone who needs to see it, share it.
If you have questions ask below in comment section.
Add it to a playlist if you want to watch it later.
PHP Installation : • How to install Apache, MySql and PHP on Wi...
PHP Datatype : • php tutorial in hindi part -02|Data type i...
PHP Variable : • Variable in php in hindi #3| PHP Variables...
PHP Control Statement : • if else statement in php #4| if else state...
Switch Statement: • switch statement in php in hindi| switch ...
PHP Loop: • Loop in php in hindi #6 | loop in php |for...
PHP Function: • function in php in hindi #7 | function in...
Linear Search : • Linear Search Algorithm with Example in Hi...
Binary Search : • Binary Search Algorithm with Example in Hi...
Bubble Sort : • Bubble sort algorithm |sorting with php | ...