PHP String Functions Part 1 - English
- subtitles off
- captions off
- English
- Questions posted on Forums
- PHP and MySQL Tutorials - English
-
php
what is the base of php?why we study php language?
04-05M 0-10S SHYAMBALI_KUMAR
Answer last updated on: Sept. 13, 2015, 6:19 p.m.
-
1XAMPP in Windows
-
2XAMPP in Linux
-
3Echo Function
-
4Variables in PHP
-
5If Statement
-
6Switch Statement
-
7Arithmatic Operators
-
8Comparison Operators
-
9Logical Operators
-
10Arrays
-
11Multi Dimensional Arrays
-
12Loops While Statement
-
13Loops Do While Statement
-
14Loops For Statement
-
15Loops Foreach Statement
-
16Functions Basic
-
17Functions Advanced
-
18GET Variable
-
19POST Variable
-
20Embedding PHP
-
21Common Way to Display HTML
-
22Common Errors Part 1
-
23Common Errors Part 2
-
24Common Errors Part 3
-
25MySQL Part 1
-
26MySQL Part 2
-
27MySQL Part 3
-
28MySQL Part 4
-
29MySQL Part 5
-
30MySQL Part 6
-
31MySQL Part 7
-
32MySQL Part 8
-
33Simple Visitor Counter
-
PHP String Functions Part 1
-
35PHP String Functions Part 2
-
36File Upload Part 1
-
37File Upload Part 2
-
38Cookies Part 1
-
39Cookies Part 2
-
40Sessions
-
41MD5 Encryption
-
42Sending Email Part 1
-
43Sending Email Part 2
-
44Sending Email Part 3
-
45Display Images from a Directory
-
46User Login Part 1
-
47User Login Part 2
-
48User Login Part 3
-
49User Password Change Part 1
-
50User Password Change Part 2
-
51User Password Change Part 3
-
52User Registration Part 1
-
53User Registration Part 2
-
54User Registration Part 3
-
55User Registration Part 4
-
56User Registration Part 5
-
57User Registration Part 6
Questions posted on ST Forums:
10496 visits
Outline:
PHP String Functions (Part 1) strlen(string) - This function counts total no of characters, including numbers and white spaces in the string mb_substr(string,starting_position,no_of_characters) - This function takes a specific character from a string and a range of no of characters preceeding it. explode("delimiter",string) -This function breaks down the string into a array. Delimiter is used to know from where to break string. implode(string,"delimiter") -This function joins the array into a string. Delimiter is used to know how to join array elements. nl2br() -This function prints the content in exactly same form as written. Used in case for breaking lines.
Width: | 860 | Height: | 480 |
---|---|---|---|
Duration: | 00:08:43 | Size: | 5.5 MB |
Show video info