Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

unknown column

Status
Not open for further replies.

ArmenD

Programmer
Feb 3, 2005
101
US
hi all,
i am creating a simple registration page in php/mysql but have a ?.


the db is fine but i am getting this error and i don't know why...

Unknown column 'password' in 'field list'
 
That means you are referring to a column called "password" in a query, but no such column exists. If you are instead trying to use the function called "password", then make sure that there is no space between it and the following bracket, as otherwise it might be interpreted as a column name.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top