Jawad Posted July 10, 2007 Posted July 10, 2007 i get this error when i proposed some one please can anyone tell me what sql i need to put in please thx +1 for for you QUERY ERROR: Unknown column 'married' in 'field list' Query was UPDATE users SET married=2 WHERE userid=2 Quote
Matty Posted July 10, 2007 Posted July 10, 2007 Re: Quick Help Please Looks like you don't have the field married in your user database. Quote
Jawad Posted July 10, 2007 Author Posted July 10, 2007 Re: Quick Help Please man what is it then cuz when i acpect some propsal and i get at error m8 QUERY ERROR: Unknown column 'married' in 'field list' Query was UPDATE users SET married=2 WHERE userid=2 i dont if i have to do sumthing at database or sumwher but i think its in database users thing but i dont want to inset Quote
KyleCrispy Posted July 10, 2007 Posted July 10, 2007 Re: Quick Help Please run this sql alter table users add married int(11) not null ; Quote
Jawad Posted July 10, 2007 Author Posted July 10, 2007 Re: Quick Help Please thx kyle i mean reddeival you the best 1+ Quote
Matty Posted July 10, 2007 Posted July 10, 2007 Re: Quick Help Please Ive had enough with people who cant read or type... man what is it then cuz when i acpect some propsal and i get at error m8 QUERY ERROR: Unknown column 'married' in 'field list' Query was UPDATE users SET married=2 WHERE userid=2 i dont if i have to do sumthing at database or sumwher but i think its in database users thing but i dont want to inset I answered that in my first post idiot, i told you what it was, I just couldn't be bothered to post the fix, and your reply proves why. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.