Common Errors Part 3 - English
PHP and MySQL Tutorials - English 24
-
1
XAMPP in Windows -
2
XAMPP in Linux -
3
Echo Function -
4
Variables in PHP -
5
If Statement -
6
Switch Statement -
7
Arithmatic Operators -
8
Comparison Operators -
9
Logical Operators -
10
Arrays -
11
Multi Dimensional Arrays -
12
Loops While Statement -
13
Loops Do While Statement -
14
Loops For Statement -
15
Loops Foreach Statement -
16
Functions Basic -
17
Functions Advanced -
18
GET Variable -
19
POST Variable -
20
Embedding PHP -
21
Common Way to Display HTML -
22
Common Errors Part 1 -
23
Common 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