Heim >Backend-Entwicklung >PHP-Tutorial >动态添加的radio如何向php传值

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

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

动态添加的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}     
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn