Search Results

0
votes

MYSQL ERROR

You need to add the names of the fields you are inserting to INSERT INTO blog_articles ('title', 'tags', 'category', 'blog', 'author', 'date') VALUES ('$title', '$tags', '$category' …