What I'm typing in:
INSERT INTO reviews VALUES ('', title='dragon ball z', date='2012-12-01 23:06:03', username='testads1412117947', rating=100, synopsis='lots of fighting', review='i liked it', poster='kk')
The first value is a Primary Key ID, and has been fine on all my other files left null. MySQL only inserts the ID an leaves everything else as 0, but still says everything went fine.
I'm not sure what's going on.
