APO-Epsilon/apo-website

View on GitHub
join.php

Summary

Maintainability
A
0 mins
Test Coverage

Line exceeds 120 characters; contains 290 characters
Open

    <p>This electronic document is intended for public viewing and is solely for personal reference. It should not be considered an authoritative source nor an official publication of Alpha Phi Omega. Inquiries regarding Alpha Phi Omega and its official publications may be directed to:</p>
Severity: Minor
Found in join.php by phpcodesniffer

Line exceeds 120 characters; contains 131 characters
Open

    echo "{$rname['firstname']} {$rname['lastname']}<br><a href=\"mailto:{$rname['email']}\">{$rname['email']}</a></p></div></li>";
Severity: Minor
Found in join.php by phpcodesniffer

Line exceeds 120 characters; contains 144 characters
Open

$sql = "SELECT `id`, `firstname`, `lastname`, `email` FROM contact_information WHERE `position` = 'Recruitment' GROUP BY lastname, firstname ;";
Severity: Minor
Found in join.php by phpcodesniffer

Space before opening parenthesis of function call prohibited
Open

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

There are no issues that match your filters.

Category
Status