Ok, it's about time I make it somewhat easier for my clients to update certain things on their websites without screwing it up.
Now I know how to create a secure login page that pulls info from a database, I know how to pass sessions around so a logged in user can see extra things that a non logged in user can't and I also know how to set user access rights, so someone set as say "administrator" can see more than "standard user".
I know how to pull information out of a table and display it on a webpage and finally I know how to add more data to a table.
What I don't know how to do is make it very simple for someone to delete information, or append extra data to a field (e.g. to correct a typo).
I hope you're all still following, this is the page I'm going to be working on. At the moment all data is hardcoded into the page (since it's live). What's the best way going about this? Do I create a table for each make, or could I have a field called make, that it can refer to when adding extra data (this sounds the most logical way). How can I get it to sort the data alphabetically and how can I allow someone to delete data no longer needed/append to an item already seen?
Cheers,
Dan



Print Thread
deleted