This is part of a php/html script.
Check the syntax.
You more than likely forgetting something along the way.

echo "<form method=\"POST\" action=\"submete_registo.php\">";
    echo "<input type=\"checkbox\" name=\"exito_1\" value=\"ON\"></p>";
    echo "<input type=\"checkbox\" name=\"exito_2\" value=\"ON\"></p>";
    echo "<input type=\"checkbox\" name=\"exito_3\" value=\"ON\"></p>";
    echo "<input type=\"checkbox\" name=\"exito_4\" value=\"ON\"></p>";
    echo "<p align=\"center\"><input type=\"submit\" value=\"Submeter\"
name=\"B1\">";
echo "</form>";

Luis



----- Original Message -----
From: "Rinku Shivnani" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 28, 2003 7:37 AM
Subject: [PHP-WIN] Check box value for PHP


> Dear All,
>
> Pls guide on how to assign value for chkbox in PHP ?
>
> I have program in which if a person clicks on chkbox and then clicks
> on submit then the chked records shd not come in the list.
>
> Regards,
> Rinku
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to