
02/03/2007, 05:32
|
| | Fecha de Ingreso: marzo-2007
Mensajes: 23
Antigüedad: 18 años Puntos: 0 | |
Re: Recoger Una Variable De Un Check Box en mi POST tegno declarado todo así:
If($_POST['submit']==true) {
extract($_POST, EXTR_SKIP);
// Check the form for errors
If(trim($yourname)=="") {
$error.="You did not enter your name!<br />";
} |