User Profile

Collapse

Profile Sidebar

Collapse
hrubos
hrubos
Last Activity: Mar 1 '07, 12:51 PM
Joined: Mar 1 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • hrubos
    replied to database values in the combo box
    in PHP
    So you can see it :
    Name:
    </td>
    <?php

    $query = "select last_name,first _name
    from student
    order by first_name ";
    $search_stu=mys ql_query($query )or die(mysql_error ());
    $name = array();

    //last name into array
    while ($rowN = mysql_fetch_ass oc($search_stu) )
    {
    array_push($nam e, $rowN["last_name"]);...
    See more | Go to post

    Leave a comment:


  • hrubos
    started a topic Finding with value in combo box
    in PHP

    Finding with value in combo box

    hi everybody

    I would like to do a page for finding with PHP5 and mysql

    + In page there is combo box with values of name from table name in database, and button find.Then a line <hr>.
    + User chose a name in combo box, and then click button Find
    + Result will be outputted under line <hr>

    So plz, who can show me how to do it or show me code!!!

    Thank much.
    See more | Go to post
No activity results to display
Show More
Working...