Unit 10 - WDD - Lesson 07 - PHP
Unit 10 - WDD - Lesson 07 - PHP
Development
LESSON [7] – PHP
PHP Integer
◦ An integer data type is a non-decimal number between -2,147,483,648 and
2,147,483,647.
◦ Rules for integers:
◦ An integer must have at least one digit
◦ An integer must not have a decimal point
◦ An integer can be either positive or negative
PHP String Functions
Get The Length of a String
◦ The PHP strlen() function returns the length of a string.
The INSERT INTO statement is used to add new records to a MySQL table:
INSERT INTO table_name (column1, column2, column3,...)
VALUES (value1, value2, value3,...)
The End..!!