Home > Backend Development > PHP Tutorial > PHP 超连接传参疑义

PHP 超连接传参疑义

WBOY
Release: 2016-06-13 12:33:09
Original
804 people have browsed it

PHP 超连接传参疑问
 if($accout !=FALSE)
    {
     foreach ( $accout as $key => $value)
     {
    ?> 


      
           
      


 //疑问在这里怎么把值传到js方法里面去呢?我上面写的是报错的



           PHP 超连接传参疑义  
 


    }
    ?>
    }
    ?>

<script><br /> function xingxing(){<br /> alert('123'+id);<br /> //怎么把那值传到js 里面来呢?<br /> }<br /> <br /> <br /> </script>

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template