I need to create a database page that can be updated by multiple users via the page itself.

Nebben

Senior member
May 20, 2004
706
0
0
I'm not a programming junkie, so I don't really know how to do this. But I understand the basics of coding, so hopefully if I can just find a basic template of some kind I can figure things out from there.

What I want is a very minimalistic webpage that is basically a spreadsheet of point totals for World of Warcraft guildmates. I want it to list the names of players, along with their current points (for raid loot determining) and allow several officers to input new data into it. Basically I want them to be able to log in to the page somehow and select a user and input a +10 points, reset to 0, etc. and have it automatically saved and updated.

What would be the easiest way to do so? I'd search for ideas, but I don't really know what to even search for.

Thanks.
 

everman

Lifer
Nov 5, 2002
11,288
1
0
Anyone with a good working knowledge of PHP & MySQL could do this rather easily. I'm not sure about any templates, although I think Dreamweaver can do it with a wizard. You still need some basic knowledge though, not to mention php support on the server and a MySQL database.