onclick시에 디비 읽어 와서 inputdp넣기

클릭시에 디비를 회원프로필에 뿌려주는 기능입니다.
자바스크립트 부분에서 막힌것 같읍니다.

소스는 ....
<div style="margin-top:20px;margin-left:30px;padding:10px;border:1px dotted #445566;float:left;width:180px">
<?
    $connect = mysql_connect("localhost","xxxxx","1234") or die("접속불가");
    mysql_select_db("xxxx");
 
    $sql    = " select *  from  g4_member  where  mb_level = 4  and  mb_jiwon_level >= 2 ";   
    $result = mysql_query($sql , $connect);
    while($row=mysql_fetch_array($result)) { ?>                                                                                                       

        <p  onclick=getdata_1()>  <?=$row[mb_nick]?>  </p>
 
      <? }?>
    </div>
      <div style="margin-top:20px;margin-left:20px;padding:10px;border:1px dotted #445566;float:left;width:500px">
      <form>
      <fieldset>
      <legend> 프로필</legend>
      <li>별명 : <input type=text name='mb_nick' value=<?=$row[mb_nick]?> >
      <li>홈피 : <input type=text name='mb_homepage' value=<?=$row[mb_homepage]?> >
      <li>핸펀 : <input type=text name='mb_hp' value=<?=$row[mb_hp]?> >
      </fieldset>
      </form>
      </div>
<script >
  function getdata_1(){
      //
 


      }
</script>

<?
  mysql_close($connect);
?>
-----------------------------------------------------------
디비를 읽어와서 뿌리는데 회원명을 클릭시에 input에 자료를 넣고 싶읍니다.
소스나 링크 도움 부탁드립니다.
|

댓글 2개

순수하게 자바스크립트로 하실꺼라면
<p onclick=getdata_1()> <?=$row[mb_nick]?> </p>
에서 getdata_1 호출하실때 관련내용 몽땅 넘겨주시면 됩니다..

ex.)<p onclick=getdata_1('<?=row[mb_name]?>','<?=row[mb_nick]?>','<?=row[mb_homepage]?>','<?=row[mb_hp]?>')> <?=$row[mb_nick]?> </p>

요렇게 넘기시고

<script >
function getdata_1(name,nick,homepage,hp){
//
document.all.mb_name.value = name;
document.all.mb_nick.value = nick;
document.all.mb_homepage.value = homepage;
document.all.mb_hp.value = hp;
}
</script>

이렇게 하시면 됩니다
대단히 감사합니다.
이 방법이 외에 다른 방법이 잇다면 알려주시면 감사하겟읍니다.
sql 로 해결 할수 잇으면 좋겟는데요..
이번에 홈페이지 한번 만들어 보면서 배울려고요..
<?=$row[mb_name]?>','<?=$row[mb_nick]?>','<?=$row[mb_homepage]?>','<?=$row[mb_hp]?>')> <-- $가 빠졋내요..
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
14년 전 조회 1,817
14년 전 조회 2,488
14년 전 조회 2,120
14년 전 조회 5,073
14년 전 조회 3,051
14년 전 조회 1,898
14년 전 조회 1,847
14년 전 조회 2,333
14년 전 조회 2,034
14년 전 조회 2,032
14년 전 조회 3,266
14년 전 조회 1,764
14년 전 조회 4,009
14년 전 조회 3,856
14년 전 조회 2,242
14년 전 조회 1,921
14년 전 조회 3,306
14년 전 조회 2,063
14년 전 조회 2,302
14년 전 조회 1,683
14년 전 조회 2,778
14년 전 조회 2,257
14년 전 조회 2,332
14년 전 조회 2,616
14년 전 조회 1,756
14년 전 조회 4,838
14년 전 조회 1,963
14년 전 조회 2,918
14년 전 조회 2,305
14년 전 조회 1,818
14년 전 조회 5,798
14년 전 조회 1,665
14년 전 조회 3,780
14년 전 조회 1,995
14년 전 조회 1,786
14년 전 조회 2,185
14년 전 조회 8,918
14년 전 조회 2,101
14년 전 조회 3,171
14년 전 조회 2,589
14년 전 조회 2,166
14년 전 조회 5,233
14년 전 조회 1,846
14년 전 조회 2,294
14년 전 조회 1,835
14년 전 조회 1,876
14년 전 조회 2,698
14년 전 조회 3,497
14년 전 조회 1,935
14년 전 조회 2,162
14년 전 조회 2,087
14년 전 조회 2,317
14년 전 조회 1,561
14년 전 조회 2,152
14년 전 조회 1,665
14년 전 조회 2,009
14년 전 조회 1,819
14년 전 조회 2,301
14년 전 조회 2,720
14년 전 조회 2,249
14년 전 조회 1.1만
14년 전 조회 2,915
14년 전 조회 4,469
14년 전 조회 1,589
14년 전 조회 2,470
14년 전 조회 1,834
14년 전 조회 1,705
14년 전 조회 1,684
14년 전 조회 5,426
14년 전 조회 2,650
14년 전 조회 3,130
14년 전 조회 1,685
14년 전 조회 2,179
14년 전 조회 2,728
14년 전 조회 1,703
14년 전 조회 2,639
14년 전 조회 2,449
14년 전 조회 4,159
14년 전 조회 2,155
14년 전 조회 3,421
14년 전 조회 2,280
14년 전 조회 2,123
14년 전 조회 2,132
14년 전 조회 2,685
14년 전 조회 2,161
14년 전 조회 1,695
14년 전 조회 1,903
14년 전 조회 2,051
14년 전 조회 1,765
14년 전 조회 8,490
14년 전 조회 7,572
14년 전 조회 1,684
14년 전 조회 1,821
14년 전 조회 2,059
14년 전 조회 1,696
14년 전 조회 1,781
14년 전 조회 2,112
14년 전 조회 2,068
14년 전 조회 3,346
14년 전 조회 1,713