View Single Post
Old 05-07-2008, 09:53 AM   #1 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default Where clause issue etc

Look I'm not feeling well, so here is the problem, it's saying that
my custom value is a column or something, something stupid.

sql Code:
SELECT m.mid AS mid,
    m.username AS username,
    m.email AS email
    FROM `members` AS m
   
    WHERE `username` = `$username`

meh whatever

by the way, $username value is in the $_COOKIE array.



returns Unknown column 'Orc-Admin' in 'where clause'


Never mind, I fixed it, yeha I forogot quotes are in it, yadda yadddda. so i suppose to have '$username'
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote