APO-Epsilon/apo-website

View on GitHub
index.php

Summary

Maintainability
A
0 mins
Test Coverage

Spaces must be used to indent lines; tabs are not allowed
Open

        $result=mysqli_fetch_array($response);
Severity: Minor
Found in index.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        echo "<h2> This semester, Epsilon has completed " . $result['sum(hours)'] . " hours!</h2>";
Severity: Minor
Found in index.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        include('mysql_access.php');
Severity: Minor
Found in index.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        $response=$db->query("SELECT sum(hours) FROM recorded_hours");
Severity: Minor
Found in index.php by phpcodesniffer

Line exceeds 120 characters; contains 217 characters
Open

            <div class="fb-like-box" data-href="https://www.facebook.com/apo.epsilon" data-height="600" data-colorscheme="light" data-show-faces="false" data-header="false" data-stream="true" data-show-border="false">
Severity: Minor
Found in index.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    <?php
Severity: Minor
Found in index.php by phpcodesniffer

Space before opening parenthesis of function call prohibited
Open

require_once ('session.php');
Severity: Minor
Found in index.php by phpcodesniffer

There are no issues that match your filters.

Category
Status