PHP Tutorial – Part 1 : Introduction
- What is PHP and Full form of PHP ?
- How a PHP program look like
- echo in PHP
- Variable Declarations in PHP
PHP Tutorial – Part 2 :Operators
- Arithmetic calculation operators in php
- PHP Value Assignment Operators
- Comparison Operators in PHP programming
- Logical Operators in PHP programming
- Bitwise Operators in PHP
PHP Tutorial – Part 3 :String handling
- Concatenate strings in PHP using concatenation operator
- strlen() – PHP string length function
- strpos() – PHP string first occurance position
- PHP trim() – Remove whitespace from string
- PHP explode() – split a string by string into array
PHP Tutorial – Part 4 :Conditional Statements
PHP Tutorial – Part 5 : Control Structure Statements
PHP Tutorial – Part 6 :Loops
PHP Tutorial – Part 7 :Array
- Array
- foreach array statement
- PHP array_key_exists – checking a key exist in array
- PHP search in array
PHP Tutorial – Part 8 : File Operation
- include file
- fopen() – opening, creating a file
- fwrite() – writing to a file
- fread() – reading a file
- File Upload in PHP
PHP Tutorial – Part 9 : Useful Functions
- Adding line break
- call function
- $_GET function with forms
- $_POST function with forms
- cookie
- session
- date
- PHP mail() – send email
- PHP htmlentities() – convert characters to html entities
- PHP html_entity_decode – convert to characters