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"]);...
User Profile
Collapse
-
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.
No activity results to display
Show More
Leave a comment: