08-09-2008, 04:18 AM
|
#1 (permalink)
|
|
The Frequenter
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
|
Query Debugging
MySQL hates me.
query:
HTML Code:
SELECT * FROM `aaron_eglast`.`egle_post` WHERE `slug`=`html` AND `category`=`HTML` LIMIT 1
Error:
Code:
MySQL said:
#1054 - Unknown column 'html' in 'where clause'
Table XML:
<aaron_eglast>
<!-- Table egle_post -->
<egle_post>
<id>1</id>
<author>Aaron</author>
<last_updated>1</last_updated>
<content>*snip*</content>
<title>Html</title>
<slug>html</slug>
<meta_title>Beginner HTML Tutorial Series</meta_title>
<order>1</order>
<category>HTML</category>
<next>na</next>
<previous>na</previous>
</egle_post>
</aaron_eglast>
so... what is going on here?
__________________
Signatures are nothing but incriminating.
|
|
|