PHP Cookies and Session Tracking

Cookies: PHP supports the concept of cookies. Cookie is set using the setcookie function. This function…

PHP File Handling

Files: In PHP it is possible to create, read, and write files on the server system.…

PHP Form Handling

Form handling:   The users interact with the web server through forms. The user fills the…

PHP Pattern Matching

PHP Functions

PHP Arrays

PHP Loops

Loop Statements: while statement do while statement for statement foreach statement    

PHP Selection Statements

Selection Statements: if statement if else statement elseif statement switch statement    

PHP Output

Output: print function is used to create unformatted output it can be called with or without…

PHP Strings

String Operations: Concatenation Operator:  . String variables individual characters can be accessed through { } Index…