Bonjour,

Dans mon code index.phtml,je n'arrive plus à connaitre l'origine de ce problème et voila ce qui m'affiche:
Parse error: parse error, expecting `')'' in C:\wamp\www\Opticien\application\default\views\scripts\statis\index.phtml on line 25
,voici mon code:
index.phtml

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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?php
	$this->headTitle('~JAMAL~ Selection d\'un client ');
        require_once 'persistances/Client.php';
	require_once 'persistances/Vente.php';
	require_once 'persistances/Mesure.php';
?>
 
 
			<h4></h4>
 
     <h2>Statistiques des ventes par jour</h2>
	       <fieldset><legend>Sélectionner l'employeur:</legend>
 
 
 
 
 
 
 
<?php
 
	                 foreach(employe as $employe) {  ?>
 
 
<form method="post" action ="<?php  echo $this->url(array('action'=>'selectionner', 'id'=>employe->id_vente)); ?>"> 		
 
 
 
 
 
         <table>
 
         <tr><td>
 
 
       <fieldset><legend> </legend> <table cellpadding="0" cellspacing="0" border="0">
          <h2> Sélectionner un employé : </h2>
 
						<tr><td align="center"><?php echo $this->form->em;   ?></td ><?php } ?>   
 
</tr>
 
 
 
 
         </table> </fieldset>
          </td>
 
 
 
 
    <tr><td align="center"><?php echo $this->form->submit; ?></td ><td></td>		</tr>
 
         </table></form>
 
 
 
 
 
           </fieldset>