I have some problems when I include a PHP file. I am trying this for the first time so I don't really know how to get this is working. The PHP file doesn't respond anymore when I include something. Here is some code:
<html>
<head>
<title>Testing opus class</title>
</head>
<body>
<?php
include('eedce5ed141dd72b552b7abdeb48ede3ddebc0c4.php');
$opus = new opus();
print "Test"; // It isn't printing "Test" over here