tengo un if:
Código PHP:
<?php
if($row_modificar_doc['tramitado'] == 1)
echo "<table width='100%' border='1' cellspacing='0' cellpadding='5'>
<tr>
<td> // bla bla bla toda la tabla
<td colspan='2'>
<strong>Responsables:</strong><br>
$row_modificar_doc[nombre]<br />".
do{ ."<input type='checkbox' name='responsable[]' value='$row_mostrar_responsable[nombre]/>
$row_mostrar_responsable[nombre]<br>".
} while ($row_mostrar_responsable = mysql_fetch_assoc($mostrar_responsable))."
</td>
</tr>
</table>";
?>
Cita:
como es que debo hacerlo realmente?Parse error: syntax error, unexpected T_DO in D:\WAMP_SERVER\wamp\www\egeo\regent\modulos\modifi car_doc.php on line 125
espero por la ayuda de ustedes, gracias
![de acuerdo](http://static.forosdelweb.com/fdwtheme/images/smilies/dedosarriba.png)