PHP Multipurpose Forms with data binding and cross table
To administrate data has to be efficient and easy to handle. If you consider for example a publishers company with several authors who have written different books it makes no sense to present the data on different web pages. That's not lucid. PHP and MySql programming and a cross table can help you out. The cross table holds the id-data from the author and book table. All the action will take place on one web page. Show data, add data, edit data and delete data: We take the authors from a dropdown list, using arrays and ensure the control is still in the right position, when an author was activated. In this query we ask also for the book data using the cross table in which the author_id is allocated to the book_id. To add or edit author or books data we open new controls. If a new author has been added his data will be presented in the main form. Authors can not be deleted if there is a corresponding book. A new book entry corresponds to the author and adds the data in the books.
Visit publisher site: PHP Multipurpose Forms with data binding and cross tableListing Details
- Version:
- PHP_MPF_0115
- Filed in:
-
Scripts / PHP / Scripts & Programs / Form Processors
- Submitted on:
- Last Updated:
- Nov 29, 2015
- Publisher:
- Claudio Biesele Other listings by this publisher
License & Pricing Information
- License Type:
- Freeware
- Price:
- $0.00 USD
- Additional Info:
User Reviews
Add/Edit Your ReviewDisplaying 1-1 out of 1 reviews
-
This example how to use cross table is very useful. It explains how to deal with several tables simultaneously on one screen.