Problem with Bansystem via form

Hello,

first sry for my bad englisch iam a german guy.
I want to ban someone via a form. I have a database with the table “bans” and there I saved these Lines:
ID, Status (1 =ban /0 = not banned), PlayerName , AdminName (who banned player), Reason ( why the admin banned him) and Date ( when the admin banned him).

Iam a newbie in php and i dont know, where i should begin and where it should end.
It would help, if someone post some helpful code snippets or Keywords.

Fact is: I need a bansystem via a form. Thank you for every helpful comment.

Well you said it yourself you need a form that posts to your database which i guess is mysql so you need to be able to insert the data that should get you started with your code.

Come back when you have made a form so it looks like you tried to do some thing.

Sponsor our Newsletter | Privacy Policy | Terms of Service