Jump to content

search query returns nothing !


lofaifa

Recommended Posts

i have this table under user_name='high'

 

function_description :

 

akram is in a date

test

akram is studying

test4

kheith is male

test3

 

i want a query that returns results of field that have at least an 'akram'

 

SELECT * 
FROM functions 
WHERE 'isEnabled'=1 AND 'isPrivate'=1
AND user_name='high'
AND function_description LIKE '%akram%'

and this return abs NOTHING !

 

Why ?

Link to comment
https://forums.phpfreaks.com/topic/252793-search-query-returns-nothing/
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.