|
|
|
|
|
<script language="JavaScript">
<!--
function surfto(form,db,connect_counter,element)
{
var myindex=form.select1.selectedIndex
if (form.select1.options[myindex].value != "0")
{
prim=form.select1.options[myindex].value;
location = "db_connect.php3?&db="+ db +"&connect_counter=" +
connect_counter + "&element=" + element + "&prim=" + prim;
}
}
//-->
</SCRIPT>
<form method="post" name="form1" enctype="application/x-www-form-urlencoded">
<select NAME="select1" onChange="surfto(this.form,<?echo"'$db',$connect_counter,
$element";?>)" SIZE=1>
<OPTION SELECTED VALUE="0"> ---- Choose one ---------
<?
while ($row = mysql_fetch_row($result))
{
echo "<option value=$row[0]>$row[1];$row[2]";
}
?>
</SELECT>
</FORM> |
|
| Complex paging with no resultset limit Categories : PHP, MySQL, Databases, Output Control, HTML and PHP | | | This program allows you to upload an ODBC ressource - i.e. an MS-Access database to a MySQL server. Categories : Databases, MySQL, Complete Programs, PHP, Databases | | | phpFormGenerator for Dynamic Form Generation from MySQL Categories : PHP, PHP Classes, MySQL, Databases, HTML and PHP | | | A Complete table(ADD,EDIT,VIEW,DELETE) management System PHP,MYSQL, JAVASCRIPT Categories : PHP, MySQL, Java Script, Databases | | | A Simple sign up script with PHP and JavaScript validations. Categories : PHP, Java Script, MySQL, Databases | | | Message of the Day - Random Message (Needs MySQL!) Categories : Databases, HTML and PHP, PHP, MySQL | | | Required form fields that pull from MySQL database Categories : PHP, HTML and PHP, Databases, MySQL | | | mySQL/PHP/search with multientry
form and table output with colored rows Categories : PHP, Beginner Guides, MySQL, HTML and PHP, Databases | | | Functions for loading images into a MySQL database and displaying them. Categories : Graphics, HTML and PHP, MySQL, PHP, Databases | | | Creating thumbnails from MySQL Blobs online Categories : PHP, MySQL, Graphics, HTML and PHP, Databases | | | Storing / Retrieving pictures from database This can be used for banner / ads exchange. very useful for people developing big portal with ads in the site........ Categories : PHP, MySQL, Databases, HTML and PHP | | | Database resultset navigation Categories : PHP, HTML and PHP, Databases, MySQL, Navigation | | | Function to do live population of HTML's <Select> tag from a Table Categories : PHP, MySQL, HTML and PHP, Databases | | | Dynamically generated pop-ups (Select items) Categories : PHP, HTML and PHP, MySQL, Databases | | | Alternating background color for HTML table rows Categories : PHP, Databases, MySQL, HTML and PHP | |
| |
| |
|