Reputation: 43
I asked a similar question yesterday, but I still couldn't solve my problem. I am sharing the problem as a photo. How can I solve this?
I also use this function with button.
Upvotes: 1
Views: 969
Reputation: 1513
I'd say it's because your strings aren't enclosed in ' or ": it's always better to wrap them to avoid errors. Try changing the query into [...] VALUES ("erol", "bascifci", "[email protected]", "testtesttest")
Upvotes: 1