Okay I used the example with the SWITCH and the CASE.
http://nullnetwork.com/php/
Though when I put http://nullnetwork.com/php/index.php
it takes me to
else{
echo "Binary:<br>
110 10110111110100100 11110 11001010100
010 0110 1101 10000 1 1000000100 0011
10 00000101001001100 1 11110010111111101
01111110 10 111 00111 01010111101011 000
10110110011111010000110 1010101 00 101 1
0101011 1001011110101100001010100111000
110010011111100010 01111001010110101 011
01 101101011001101 10011000 100011001110
10001011010000000000110111 100101100 1
0110 11010101011110 10 1101011001000110
0110 010 010100011 0 11000000001000 110
10 110001110100010010 100110001010101011
1000 00000111101010 010010011 1000101010
11111100001000 100001 10101010110101 001
101110111 010010110110110011000111111011
111000110010100011111100010010011100110
0011010011111110001 100 11 1011011101100
1011000100 0 11100001001100011111111101
1110 00010111011100 011000101 010101100
10011011 00100110 000011110101110100101
1100 11 0000001 110 11110001 00 10 1011
0010 010 011000111 1111 101001101011 1
011 01010100100 10010000100 001010110101
11011 00111 1 11101001 01100011 11101
000100100011110000001100001010010 100010
010001 010101111100110100 00111000 0000
0001 010100 100111010101 000001 1111001
0011011111000 110000 111 0 10011110101 0
100 01100000101000011 111010010110 0011
01001 01 00 1010001000101100 0101100 101<br>";
echo "this is default code muahahaha";
}
?>
(that's after all the CASES)
And I want it to be whatever is displayed at default, in this case 01. So if you go to the page http://nullnetwork.com/php/ you will be presented with the code from else {}