search records with text mysql/php -


i'm trying search , display records have text.

select * question_attempts `responsesummary`='the compiler report error.' 

it not displaying records. how can records having text?

try it:

where responsesummary '% compiler %'

'compiler' or other words.


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -