Buonasera,

Provando il programma mi appare, aprendo la sezione esami questo:

Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0

Fatal error: Unknown: Failed opening required 'C:/Program Files/EasyPHP-DevServer-14.1VC9/data/localweb/my portable files/5D/università/esami.php' (include_path='.;C:\php\pear') in Unknown on line 0


Il programma è questo:
<html>
<title>ESAMI</title>
<link rel="stylesheet" href="uno.css" type="text/css">
<head class=pi><center>ESAMI</center></head><br><br>
<body>
</html>
<?php
include("conn.php");
mysql_select_db("università");
if(!$open)
{echo "Chiuso";
exit;}
else
{echo"Aperto";}
?>

Grazie per l'attenzione, le provate di tutte però non riesco a capire dove sbaglio.