php/postgresql multiple update html page
Posted: Wed Nov 10, 2004 7:45 am
Hi, I have a postgresql database for which I use php to do simple search tasks from drop down menus on a html page.
I want to create to a new series of pages which will allow me to do the following:
1) Search and display all entries in the database which meet a selected criteria
(I can pretty much take care of this since it is similar to what I have running)
2) The search could return 100's of results. I want to display these results with one or two fields displayed in text boxes (or similar) which would allow me to change the entries.
3) Upon changing some or all of the returned results I would like to submit the results and have all the changed entries (or all the entries would be o.k.) updated in the database.
Any pointers which would help with this task would be greatly appreciated.
R Haynes
I want to create to a new series of pages which will allow me to do the following:
1) Search and display all entries in the database which meet a selected criteria
(I can pretty much take care of this since it is similar to what I have running)
2) The search could return 100's of results. I want to display these results with one or two fields displayed in text boxes (or similar) which would allow me to change the entries.
3) Upon changing some or all of the returned results I would like to submit the results and have all the changed entries (or all the entries would be o.k.) updated in the database.
Any pointers which would help with this task would be greatly appreciated.
R Haynes