Bonjour, je n'arrive pas a afficher de photo a vec ce code en php, qulqu'un saurait il pourquoi???


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
<?
$link=mysql_connect("localhost","root")or die("erreur connexion");
mysql_select_db("i4185094",$link)or die("erreur selection");
 
echo"
<head>
<title>MesFilms</title>
</head>

<body>

<table width=800 border=1>
  <tr>
    <td width=151 height=123><img src=.\Mes images\images.jpg width=150 
height=112 /></td>
    <td width=550><div align=center ><H1>Mes Films</H1></div></td>
    <td width=85><div align=right><img src=.\Mes images\images2.jpg width=
110 height=127 /></div></td>
  </tr>
  </table>
</body>";
?>
alors que en html ce la marche, comment fait on alors en php??