[HTML] avec include php... Please. Une petite info de base

avec include php... Please. Une petite info de base [HTML] - Programmation

Marsh Posté le 01-11-2001 à 17:57:12    

pour la Xeme fois, je vous fait part de mon probleme
J'ai cree une page avec un tableau
un lien fait inclure un tableau dans la case principal
des que le tableau est inclue, le tableau principal de la premiere page est deforme legerment
 
voici le code :
 
page1
<html>
<body>
 
<table border="1" width="950" height="550">
  <tr>
    <td width="150" height="550" rowspan="2"> </td>
    <td width="650" height="50">
    <a href="test_tab.php3?ok=1">Click ici</a>
    </td>
    <td width="150" height="550" rowspan="2"> </td>
  </tr>
  <tr>
    <td width="650" height="500" >
      <?
         if (!empty($ok))
          {include ('test2.php3';);}
      ?>
    </td>
  </tr>  
</table>
 
</td></tr>
</table>
</body>
</html>
 
page2
<table height=450 width=450 border=1>
<tr><td>rien</td></tr>
</table>
 
voila
S'il vous plait... une solution !!!

Reply

Marsh Posté le 01-11-2001 à 17:57:12   

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed