Sleep Discord : ClumsyLulz Joined Mar 27, 2012 Posts 1,834 Reacts 5 Reputation 0 Credits 1,027 Jan 8, 2015 #1 So I keep getting this error when I login to my website any idea how to fix I know it's a database error but I have no clue how to fix it please help Unknown column 'pwd' in 'field list'
So I keep getting this error when I login to my website any idea how to fix I know it's a database error but I have no clue how to fix it please help Unknown column 'pwd' in 'field list'
Morphene Onyx user! Joined Jan 7, 2015 Posts 15 Reacts 0 Reputation 0 Credits 0 Jan 24, 2015 #2 Are you coding your own PHP and MySQL? If you are, you might be having an issue with the quotes. Try using singulars if you are in a double. Example: Code: echo 'This isn't the right way' Bad ----------------------------------- echo "This isn't the right way" Good
Are you coding your own PHP and MySQL? If you are, you might be having an issue with the quotes. Try using singulars if you are in a double. Example: Code: echo 'This isn't the right way' Bad ----------------------------------- echo "This isn't the right way" Good