Mon prog :
<html>
<head>
<title>essai</title>
</head>
<body>
<? $SQL_database = "AFG_Données";
$conn_string = $this->SQL_server.":".$this->SQL_port;
$this->base = mssql_connect( $conn_string, "", "" );
$res = mssql_select_db( $this->SQL_database, $this->base );
$query = "SELECT nom From COLLABORATEUR Where id_collaborateur = 1";
$rs = mssql_query( $query );
echo "Voici la reponse : $rep";
$res = mssql_close ($this->base);
?>
</body>
</html>
il me repond :
Fatal error: Call to undefined function: mssql_connect() in c:\program files\easyphp\www\projet1\essai.php on line 9