PHP String Functions Part 2 - English
PHP and MySQL Tutorials - English 25
-
1
Simple Visitor Counter -
2
PHP String Functions Part 1 -
PHP String Functions Part 2 -
4
File Upload Part 1 -
5
File Upload Part 2 -
6
Cookies Part 1 -
7
Cookies Part 2 -
8
Sessions -
9
MD5 Encryption -
10
Sending Email Part 1 -
11
Sending Email Part 2 -
12
Sending Email Part 3 -
13
Display Images from a Directory -
14
User Login Part 1 -
15
User Login Part 2 -
16
User Login Part 3 -
17
User Password Change Part 1 -
18
User Password Change Part 2 -
19
User Password Change Part 3 -
20
User Registration Part 1 -
21
User Registration Part 2 -
22
User Registration Part 3 -
23
User Registration Part 4 -
24
User Registration Part 5 -
25
User Registration Part 6
Outline:
PHP String Functions (Part 2) strrev(string) -This function is used to reverse the inputed string strtolower(string) -This function is used to convert all alphabatic characters in string to thier small/lower case form. strtoupper(string) -This function is used to convert all alphabatic characters in string to thier capital/upper case form. substr_count(string,sub_string,) -This counts the no of substrings matching the particular value in string. It retuns an integer value. substr_replace(original_string,string_to_replace) -This function replaces the cuntent of substring into original string.
Assignment
Status: