Basics
Basics are the foundation of any solid endeavor. Same applies for PHP. Here we have provided 23 carefully written articles that cover almost all the basics of PHP. Once you went through these, you are well set to advanced PHP development.
- Role of PHP in Web Applications
- Installing PHP in Your Computer
- Working with XAMPP
- How to Run PHP Files
- Getting Information About PHP Installation
- Choosing a PHP Editor
- Printing Content with echo
- Usage of Quotes
- Variables and Constants
- Arrays
- Data Types
- Operators
- Functions
- Language Constructs vs Built-in Functions
- If Else and Switch Case
- Loops
- Break Statement
- Continue Statement
- Include Files
- Coding Standards
- Comments
- Usage of Brackets
- Basic Debugging