PDA

View Full Version : Custom PHP list/insert/update/delete routine?


Catalyst-X
10-31-2005, 05:32 PM
I was wondering if anyone had a custom php routine which listed records and allowed you to update them delete them and add more etc which they would be prepared to share.

I have the list,add,delete running ok but the update is not delivering the results I would like.
Thanks
Geoff

Cameron Allen
11-01-2005, 03:29 PM
Geoff,
You can add, delete, modify, ect.. records in your data tables using the database table manager module.

If you are looking for an end-user site display solution try this; Create a database table search using the database table manager module's database search wizard, you can create a database search. Then batch authenticate (click batch authenticate users in database table manager) the same table that you are searching, and each person in that datatable will be able to modify their own record when logged in.