I\'m currently trying to fetch the medoo framework so that I can begin easily retrieving data from my MySQL database... and for some reason it doesn\'t work!
here\'s
This line:
require_once('signin.php');
is inside a class but outside a method, which is not possible in PHP.