suess0r Posted December 21, 2006 Share Posted December 21, 2006 hi,i'm trying to create a backend form for users to come in and to 1 of 2 things...1. Update a current record in the database2. Insert a new record in a databaseI can run the insert and update query fine in SQL but when i try to tie it in to my form it's not going so well... ;x I create a replica form with all the fields in dreamweaver but I can't do the following...a.) dynamically link all the records that fall under a specific field name (club_name) to populate on my drop down. (and i've used the bindings before to create a recordset for this specific field, BUT unfortunately dreamweaver doesn't find the fields in this specific table that i'm trying to choose from, it shows it's empty?!?) so if there's another way to autopopulate it that'd be greatb.) after finding the club name (from above a) i would like the other fields to autopopulate accordingly to the club name they choose. I would love it if there was an App out there (or a form based version of phpMyAdmin) that would make my life a lot easier. Because we are about to start hiring people to update/insert into the database and right now the only way is using phpMyAdmin. Sorry for the long post, can anyone help? ::) Link to comment https://forums.phpfreaks.com/topic/31518-php-backend-form-for-updates-and-inserts/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.