Home >Backend Development >PHP Tutorial >动态添加的radio如何向php传值

动态添加的radio如何向php传值

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-13 12:07:49851browse

动态添加的radio怎么向php传值


                                                            $id=$_SESSION['user_id'];
                                $sql="select *from user_order where user_id='$id'";
                                $res=mysql_query($sql);
                                $row=mysql_num_rows($res);
                                if($row){
                                    while($row2=mysql_fetch_array($res)){
                                        $MID=$row2['ou_id'];
                                        $_SESSION['mid']=$MID;
                                        $city = $row2['ou_place'];
                                        $strict = $row2['ou_xiangxi'];
                                        $Name = $row2['ou_name'];
                                        $Tel = $row2['ou_phone'];
                                        echo "

                                    

                                        
                                         
                                        
                                         
                                        

                                         ";
                                    }
  {$Name} {$city}{$strict} {$Tel}     
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn