help my in the code php

Discussion in 'Google' started by vista_king, Jan 27, 2011.

  1. #1
     <?php include("header.php");
    
     echo"<br />  choise your classe : ";
    		echo "<select name='xxx'";
    		$e= mysql_query("select * from xxx");
    		while($row=mysql_fetch_array($e)){
    		extract($row);
    		    echo"<option value='$id'>$title_xxx</option>";
    		} ?>
    PHP:
    id in 2 no 1
    eg:
    id:1
    id:2
    id:3
    esy:2_3 not 1:)
     
    vista_king, Jan 27, 2011 IP
  2. JessicaHoward

    JessicaHoward Peon

    Messages:
    78
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I can,t understand what you are asking???Explain your question and provide full program to get right answer..
     
    JessicaHoward, Jan 27, 2011 IP