I change “INSERT INTO user
VALUES(‘’, ‘$titolo’, ‘$info’, ‘$seller’, ‘$path’)” into “INSERT INTO user
VALUES( NULL, ‘$titolo’, ‘$info’, ‘$seller’, ‘$path’)” and work
2 Likes
Glad you were able to fix it!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.