PHP

Php code posted
created at 27 Jan 18:31, updated at 27 Jan 18:33

Edit | Back
1
2
3
4
5
6
7
@include("hello.php");

if($a) {
    echo "this";
} else {
    @include("goodbye.php");
}
97 Bytes in 2 ms with coderay