hi...

i'm in need of some basic test code that will allow me to iterate through
some tables in a database that i'm creating...

basically, i have a number of tables, where each table has a name/id. each
table also has a parent, and a child table, where the connection is the id
of the table.

i'm looking for a quick/basic app that i can modify to allow me to select an
item from the table, get to the underlying data, and continue down the
path... i'd like some sort of "breadcrumb" path to be displyed, that would
allow me to select the previous parent/table as well...


i've seen a few example apps for the breadcrumbs, but nothing that's
specific/useful for my immediate needs... i figure that whatever i find, i'm
going to have to modify somewhat, but i'd like to get as close to possible..

thanks for any assistance/help

-bruce

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to