22 coaches online • Server time: 13:22
* * * Did you know? The most casualties in a single match is 21.
Log in
Recent Forum Topics goto Post 145 League and Tourn...goto Post killing by fun?goto Post Pact/Renegades meta
[X] Praying Help Please
include
#5
Thrower
MA
7
ST
3
AG
4
AV
7
R
0
B
0
P
0
F
0
G
14
Cp
18
In
0
Cs
1
Td
0
Mvp
2
GPP
30
XPP
0
SPP
30
Injuries
 
Skills
Pass
Sure Hands
+AG
Accurate
include()

The include() statement includes and evaluates the specified file.

The documentation below also applies to require(). The two constructs are identical in every way except how they handle failure. include() produces a Warning while require() results in a Fatal Error. In other words, use require() if you want a missing file to halt processing of the page. include() does not behave this way, the script will continue regardless. Be sure to have an appropriate include_path setting as well. Be warned that parse error in required file doesn't cause processing halting.

Files for including are first looked in include_path relative to the current working directory and then in include_path relative to the directory of current script. E.g. if your include_path is ., current working directory is /www/, you included include/a.php and there is include "b.php" in that file, b.php is first looked in /www/ and then in /www/include/.

When a file is included, the code it contains inherits the variable scope of the line on which the include occurs. Any variables available at that line in the calling file will be available within the called file, from that point forward.
Match performances
Date
Opponent
Comp
TD
Int
Cas
Mvp
Spp
2004-08-13
1
-
-
-
-
1
2004-08-13
-
-
-
-
1
5
2004-08-20
-
-
-
-
1
5
2004-08-20
1
-
-
-
-
1
2004-08-25
5
-
-
-
-
5
2004-08-25
1
-
-
-
-
1
2004-08-26
4
-
-
-
-
4
2004-08-31
3
-
-
-
-
3
2004-09-01
1
-
-
1
-
3
2004-09-08
1
-
-
-
-
1
2004-09-10
1
-
-
-
-
1