Trenton Bugielski (mcfatty12345tb)'s status on Wednesday, 01-Oct-14 00:51:02 UTC

  1. guess who is learning code <!DOCTYPE html>
    <html>
    <head>
    <title></title>
    </head>
    <body>
    <?php
    switch (2) {
    case 0:
    echo 'The value is 0';
    break;
    case 1:
    echo 'The value is 1';
    break;
    case 2:
    echo 'The value is 2';
    break;
    ?>
    </body>
    </html>

    Wednesday, 01-Oct-14 00:51:02 UTC from web in context