I literally have no idea why this isn't working. I am trying to make a simple ban log system where I can manually log all of the bans I have inputted for each day and add notes about the ban. I am trying to make the code check for notes and if there are no notes, it will print that there are...
Is there any code that I don't have to have a whole separate 2-3 pages for?
If that is the only way to do it, I'll do it. But, I'd prefer something which I can chuck on the same page as the tool.
I'm struggling to think of a way to make a system which every time a new day starts, it inserts the date into a new row.
Something like
date | field1 | field2
20/1/2015 | 0 | 0
21/1/2015 | 0 | 0
22/1/2015 | 0 | 0...