Ok, first I'd like to state that I'm a complete newbie. All I can do is minorly edit already made code, but I'm working hard to learn.
With that out of the way, heres my problem. I have a database, named inc_roster. It holds 2 tables, goldenaxis and backblade. Each of those tables also hold a table (I think..) called members. Basic setup, 'varchar(150) not null'. They hold names of the members of the clan website I'm building. Now I need a script that connects to the database, and displays on a seperate line:
checkbox membername
checkbox membername
checkbox membername
Submit Reset
But looking thru all the scripts, theres no way to customize them (on my level of n00bism) They either contain confusing as hell code, or more tables than I need. I just need a very simple script, that identifies what names are checked and deletes them. Is this as simple as it should be?
I would be EXTREMELY thankful if someone could premake the code..but pointing me in the right direction would also be great. Thanks in advance, I hope this is a ..'fixable' problem.