|
|
|
<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> |
|
| A script to generate a report from a valid mysql connection. The user has to supply which fields he wants to display in table. All properties are changable.
Categories : PHP, PHP Classes, Databases, MySQL, HTML and PHP | | | A very simple way to build and do a hierarchical html categories browser without javascript , just using html php and mySql
Categories : HTML and PHP, Databases, Algorithms, PHP, MySQL | | | Paginating the mySQL data Categories : PHP, Algorithms, Databases, MySQL, HTML and PHP | | | DDN FFA Network Script Categories : PHP, MySQL, Complete Programs, HTML and PHP, Databases | | | Building dynamic menus with PHP & MySQL (ADO), JavaScript and CSS Categories : PHP, Databases, MySQL, Java Script, User Interface | | | 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 | | | PHP and MySQL scripting for Muyltiple CheckBoxes Categories : HTML and PHP, MySQL, Databases, PHP | | | This PHP function creates dropdown select lists for time and date that you can change, outputs a 14 char MySQL timestamp in a text field Categories : PHP, MySQL, Java Script, HTML and PHP | | | A PHP useradmin for MySQL. Uploading is easy. The only thing you need is
PHP and MySQL installed! Categories : MySQL, Databases, PHP, HTML and PHP | | | AJAX Data Grid System using php and mysql. A complete login system with the ability to display data in a grid using ajax. Add , update and delete the records without reloading the page. Categories : PHP, AJAX, Databases, MySQL, Java Script | | | Functions for loading images into a MySQL database and displaying them. Categories : Graphics, HTML and PHP, MySQL, PHP, Databases | | | dynamic table columns Categories : PHP, HTML and PHP, Arrays, Databases, MySQL | | | Dynamically generated pop-ups (Select items) Categories : PHP, HTML and PHP, MySQL, Databases | | | Complex paging with no resultset limit Categories : PHP, MySQL, Databases, Output Control, HTML and PHP | | | phpFormGenerator for Dynamic Form Generation from MySQL Categories : PHP, PHP Classes, MySQL, Databases, HTML and PHP | |
|
|