Re: Check box value for PHP

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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" <rinku@banas.guj.nic.in>
To: <php-windows@lists.php.net>
Sent: Tuesday, October 28, 2003 7:37 AM
Subject:  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


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux