Hey, I made a database and every time I refresh the page, it adds a blank row to my database. I was wondering how i could make it not add those blank rows. I was trying:
DELETE FROM 'tableName' WHERE fieldName = ""
It didn't work; it was just a guess. lol :SAnyways, if anyone could help me out, it'd be appreciated.Thanks!