useing the code:
if($list->has == "yes")
                        {
                                echo "<td valign = \"top\">Yes:<input type = 
\"radio\" name =
\"$yes[]\" value = \"" . $list->cardname ."\" checked>No:<input type =
\"radio\" name = \"$no[]\" value = \"" . $list->cardname ."\"></td>";
                        }
                        else
                        {
                                echo "<td valign = \"top\">Yes:<input type = 
\"radio\" name =
\"$yes[]\" value = \"". $list->cardname ."\">No:<input type =
\"radio\" name = \"$no[] \" value = \"" . $list->cardname ."\"
checked></td>";
                        }//ends the if/else
will it take and set the value of the button in to the yes[] or no[]
array?  will it also work useing the buttons preselected? 







------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/KIlPFB/vlQLAA/TtwFAA/CefplB/TM
--------------------------------------------------------------------~-> 

The php_mysql group is dedicated to learn more about the PHP/MySQL web database 
possibilities through group learning.  
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php_mysql/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to