Is MySQL case sensative in its queries? I have;
SELECT * FROM `Advertisers` WHERE `Advertiser` = 'Andy'
But, for some reason it keeps picking up the user 'andy' (I have 3 users in the database, Andy, andy and someone)...I've never encountered this before....is it a MySQL thing, or something I need to do with my code?
Thanks
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
SELECT * FROM `Advertisers` WHERE `Advertiser` = 'Andy'
But, for some reason it keeps picking up the user 'andy' (I have 3 users in the database, Andy, andy and someone)...I've never encountered this before....is it a MySQL thing, or something I need to do with my code?
Thanks
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates

