Cookies: PHP supports the concept of cookies. Cookie is set using the setcookie function. This function…
Category: PHP
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 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…