soompi forums: Error :( - soompi forums

Jump to content

Page 1 of 1

Error :(

#1 User is offline   Emy 

  • Member
  • Pip
  • Group: Members
  • Posts: 1,924
  • Joined: 28-April 06

Posted 02 January 2009 - 08:56 PM

everytime I upload something I get this message:


Unknown column 'keyword4' in 'field list'

The thing is, everything else works. When I upload in phpmyadmin, everything shows up.

the error shows only when I go thro user login to upload stuff.

What could be problem? :/


0

#2 User is offline   Emy 

  • Member
  • Pip
  • Group: Members
  • Posts: 1,924
  • Joined: 28-April 06

Posted 12 January 2009 - 11:22 AM

bump....anyone? O_______O;
0

#3 User is offline   I Cook With A Flashlight 

  • Member
  • Pip
  • Group: Banned
  • Posts: 850
  • Joined: 17-December 08

Posted 12 January 2009 - 03:45 PM

Okay I have no idea what you are talking about. Did you try typing your error in google or something? This is what I came up with.


Just a note that when you’re trying to insert data into a table and you get the error

Unknown column ‘the first bit of data what you want to put into the table‘ in ‘field list’

using something like

INSERT INTO table (this, that) VALUES ($this, $that)

it’s because you’ve not got any apostrophes around the values you’re trying to stick into the table. So you should change your code to:

INSERT INTO table (this, that) VALUES (’$this’, ‘$that’)

Source

0

Share this topic:


Page 1 of 1

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users