Hi,
I have one entry in a mySQL database and it has the following values:
id|name|email|points
Points is empty.
If I wanted to edit "points" would I use insert to insert a new value into it because its blank? Or would I use update and just update it?
Thanks!