Common Errors Part 3 - English
PHP and MySQL Tutorials - English 24
-
1XAMPP in Windows
-
2XAMPP in Linux
-
3Echo Function
-
4Variables in PHP
-
5If Statement
-
6Switch Statement
-
7Arithmatic Operators
-
8Comparison Operators
-
9Logical Operators
-
10Arrays
-
11Multi Dimensional Arrays
-
12Loops While Statement
-
13Loops Do While Statement
-
14Loops For Statement
-
15Loops Foreach Statement
-
16Functions Basic
-
17Functions Advanced
-
18GET Variable
-
19POST Variable
-
20Embedding PHP
-
21Common Way to Display HTML
-
22Common Errors Part 1
-
23Common Errors Part 2
-
Common Errors Part 3
Outline:
Common Errors (Part 3) "Cannot modify header information - headers already sent by..." errors when using header() function Using ob_start() to turn on output buffering "Failed to open stream; no such file or directory in..." errors when including a invalid file Using a @ symbol to suppress errors