Código PHP:
$idnoticia
Código PHP:
<form action=addcom.php method=post><textarea rows=3 cols=50 name=comentario></textarea></form>
| ||||
Respuesta: Dos variables en un textarea ? Puedes pasar idnoticia por url y luego hacer un $_GET['idnoticia'] o poner en el formulario un <input type="hidden" name="idnoticia" /> Código PHP: |