Jump to content

PHP Backend Form for Updates and Inserts?!


suess0r

Recommended Posts

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 database
2. Insert a new record in a database

I 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 great

b.) 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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.