jeremy
02-23-2003, 05:07 PM
hello. well, my entire site is database driven through my admin where i can edit,create and delete stuff from a textarea and other form elements.
i tried putting a form into it and it worked fine, until i got around to editing.... my submit button code gets lost and actually is displayed on the admin-edit page itself...
the only solution that i have found is, to make a new php page, type the <FORM> header, select from the database the form itself, and type in the submit button.... any ideas on how to make a form-maker that i can edit using mysql database?
i tried putting a form into it and it worked fine, until i got around to editing.... my submit button code gets lost and actually is displayed on the admin-edit page itself...
the only solution that i have found is, to make a new php page, type the <FORM> header, select from the database the form itself, and type in the submit button.... any ideas on how to make a form-maker that i can edit using mysql database?