Jump to content

nightmare sql problem


jk11uk

Recommended Posts

hi

 

ive got a column of keywords and all i want to do is select * where keyword='KEYWORD'. so my query is:

SELECT *

FROM  `keywords`

WHERE  `keyword` =  'ppi'

 

now i have the string 'ppi' in the column, but it wont select it! The annoying thing is i went into phpmyadmin and tried it, no luck. then went into that entry, deleted 'ppi' and replaced with ccc. the search could find 'ccc'! WTF? i then changed back to 'ppi' and it could find that. this happens with every string i have in this column. any ideas?

 

Link to comment
https://forums.phpfreaks.com/topic/168718-nightmare-sql-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.