bonjour j'ai une erreur dans mon code php mais j'arrive pas la voir
code:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?php
 
 require_once("../secure/conf.php");
 
 require_once($functions_path."auth.php");
 
 require_once($functions_path."auth.php");
 
 require_once($function_path.connect.php");
?>
 
<html>
<head>
 
<title>contacts</title>
<Link ref="stylesheet" href"../css/core.css" type="text/css"/>
 
<script language="javascript" src="../js/functions.js></script>
 
</head>
<body>
<div id="page">
 
<?php include("filtre(Contract.php");?>
<?php include("atmicInfo.php"); ?>
 
</div>
</body>
</html>
<?php
 require_once($functions_path."deconnect.php");
?>

et ça me met :
Parse error,unexpected T_CONSTANT_ENCAPSED_STRING in
C:\Program Files\EasyPHP 2.0b1\www\contracts.php on line 16

Merci