Forum Moderators: mack
-->program captures first and last name from web form
-->insert first name into table. Insert last name into table.
later, on another page, function to find all users with last name 'Tabke'.
--> select all records (which will include all data about the selected users) where last name-'Tabke'.
-->for each selected record, display first name, last name.
...just as a very weak example.