Buenos dias:
Queria saber como puedo usar este comando para que me grabe esto:
<?php
session_start();
?>
<link rel="stylesheet" type="text/css" href="../style/estilos.css" />
<?php>
$comentario=$_POST['comentario'];
$grabar = fopen("c1.html","a");
$usuario=$_SESSION['name'];
$fecha=date("d/m/y H:i");
?>
<?php>
fwrite($grabar,"
<div id="rounded-box2">
<table width="600" height="209" border="0">
<tr>
<td width="100" height="100" class="foto"><img id="comentario" src="troll.png"></img></td>
<td width="390" rowspan="2">
<p id="comentario"><b>$usuario</b> $fecha
<br>
$comentario
</p>
</td>
</tr>
<tr>
<td height="53"> </td>
</tr>
</table>
</div>");
fclose($grabar);
?>
Me dice que el div que no , que no lo pilla,
tambien quiero saber el donde puedo meter un css aqui