Skip to content
Advertisement

Unknown Column in Field List. PHP + Mysql

I’m trying to add values to a table in phpmyadmin and I get the error: Unknown column ‘…’ in ‘field list’.

Here’s my code:

JavaScript

so when I enter fds as name in the form on the previous page I get : Unknown column ‘fds’ in ‘field list’. This never happened to me before and I have no idea on what is going on.

Advertisement

Answer

I think this

JavaScript

should be

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement