I have code something like this: <? $a="localhost"; function body(){ global $a; echo $a; } function head(){ global $a; echo $a; } function ...
-
June 3, 2022
- 0 Comments