my aim is to meke a copy, in an other file, of this:
<table cellpadding=0 border=0 cellspacing=0><tr><td>
<table width=500 ><tr><td class=std colspan=2>
<?php echo C_GARDERUNOEIL?></td></tr>
<tr><td class=boldRed align=center colspan=2>
<?php echo $error ?><br><br></td></tr>
<tr><td width=\"45%\" class=smallBold align=right>
<?php echo C_JOUEUR ?> 1.</td>
<td align=left><input type=\"text\" name=\"Player1\"
value=\"<?php echo $Player1 ?>\" maxlength=12 size=15></td>
</tr></table>
I want only <?php echo C_GARDERUNOEIL?> et <?php echo C_JOUEUR ?> executed in the new file and not
<?php echo $error ?> et <?php echo $Player1 ?>
is it possible???