Hi,
I am working on making a voting page for my server and wanted to make one of the rewards for voting Arena Points(25), I have 2 drop down menus, 1 to select where to vote, and the other to select your reward, currently everything is working except i haven't added any code for the arena points option yet(just an echo saying its unavailable). I am working on adding it in using the characters_insert_queue table in my DB and was wondering if that would be the way to go? ( i also noticed just the `characters` table) Any advice or tips on how i should go about adding this in would be greatly appreciated.
Thanks!
P.S.
Users vote by typing in their character name.
And also, my main concern is, that after looking at the table there are about 83 columns and would take a while to write out but also don't know what values i can just use 0 for without it affecting anything.