salut j'ai un problem je vx mettre un code html dans un variable comme ce ci:
<?php $page="
<form id='form2' name='form1' method='post' action=''>
<h3><strong>GESTION DES VENTES </strong></h3>
<table width='200' border='1'>
<tr>
<td><table width='724' border='0'>
<tr>
<td width='24%'><div align='left' class='Style2'>Produit</div></td>
<td width='76%'><div align='left'><span class='Style1'>
<td><div align='left'><span class='Style1'>
<input name='date1' class='formu1' />
<img src='calendrier/cal.png' width='18' height='18' onclick='displayDatePicker('date1', false, 'ymd', '.'); '/></span></div></td>";
?> mon probleme que la fonction onclick='displayDatePicker('date1', false, 'ymd', '.'); ne fonction pas avec ce syntaxe j'ai teste le code html sans le mettre ds le variabl il marche avec onclick="displayDatePicker('date1', false, 'ymd', '.')";
j esperer que vous m aider