hi,
i have the 4 fields in my form, and when they are filled i have to get the search result from the database,
when all the fields are filled i am able to get the result, but when 1 or 2 fields are filled i am not ablr to get the result,
what should be changed in the query to do this
this is my query
SELECT movie_thumbnail,thumb_name FROM movies where language ='".$languages."'and movie_genres ='".$genres."' and actor='".$malelead."'and actress='".$femalelead."';