![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
19/09/2006, 09:15
|
![Avatar de B**](http://static.forosdelweb.com/customavatars/avatar126939_1.gif) | | | Fecha de Ingreso: enero-2006 Ubicación: Monterrey,Mexico
Mensajes: 952
Antigüedad: 19 años Puntos: 3 | |
Seria asi: Código PHP: <form action="script.php" method="post"> <input type="checkbox" name="c1" > <input type="textbox" name="c1">
En php Código PHP: foreach ($_POST['c1'] as $id){ if(!empty($id)){ print " el valor correcto fue $id "; } }
o no?
__________________ -URL= Go PHP5.
-Age=22.
-Learning=PHP,J2EE,Struts,MAMBO,C++,JSON,AJAX,XHTML ,CSS. |