Search results

  1. I

    PHP checking if a field is empty

    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...
  2. I

    [PHP][MySQL] Daily task

    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...
Top