|
How to select, display and
DaDaBIK Database Interface
Traditional HTML
If you have a very large
have fun with HTML
Module for PHP-Nuke (from
Select Menus aren't very
HTML SELECT list,
select list objects
version 6.5 onwards, tested
good for presenting
finding the correct item can
using PHP and Super Globals.
on PHP-Nuke 6.x - 7.3) with
Hierarchical data, and this
be like looking for a needle
additional functions such as
script was made to address
in a haystack. For example,
user authentication and
that need. It allows you to
if you have a list of a
e-mail notification.
build a Select-like Menu,
couple hundred names,
DaDaBIK is a free PHP
which can contain any number
finding a single one can be
application that allows you
of Sub-Menus, of infinite
difficult. This article
to easily create a highly
depth, so you can let your
provides a JavaScript
customizable Web form
visitor drill down to the
technique for filtering the
interface for a MySQL
item they want instead of
items in a select list so
database in order to search,
scrolling for it. The new
that only the matching items
insert, update and delete
control ties to a Hidden
are shown, making it much
records; all you need do is
form field, so the selected
easier to locate the desired
specify a few configuration
value is submitted as
item.
parameters.
--
* The
normal. Works with all major
primary-foreign key feature
browsers.
is now complete: it is
possible to link a field of
a table (foreign key) to a
number of fields of another
table (containing the
primary key). The produced
HTML select menu will
have the linked field values
as "options" and
the primary key values as
"values". This
allow to use a normalized db
design.
* The
"export to CSV"
feature has been added: it
is now possible to export
the current result records
to a CSV file.
* It is
now possible to order result
records both in ASC and DESC.
Date: Jan, 10 2006 Date: Sep, 12 2004 Date: Jan, 16 2004 Date: Oct, 09 2003 |
|
The Atrax.ComboBox component
Longing for a much SIMPLER
is a COM object for Active
way to dynamically populate
Server Pages. It's primary
and format HTML
purpose is to create HTML
select tags? Need help
select elements from
in clearing up ASP/ADO
disparate data formats.
database clutter from your
Currently supported formats
web pages? Is that clutter
are: ODBC-Compliant
starting to clog up your
Databases. VBscript, JScript
server? Well then, DAGSelect
or similar Strings,
is a COM component that
delimited, and Well Formed
builds complex select tags
XML files.
on the fly for use on ASP
pages for you.
Date: Jun, 24 2003 Date: Apr, 02 2002 |