Hey Guys,
I am trying to get the following code done but I am not able to proceed after some point. Please help me with this.
I am trying to read a text file(contents is in this form: a,b,cde,fgh,) and then look for a string(obtained from a mysql query) in this text file.
I am able to query the database and get the result, read the text file, explode it to get the words line by line but I am not able to match for the query result in the text file output. Please help me out
Ex: If the query result has the value "cde" then I need to look in the text file and say word found else say not found.
Waiting for any reply.
regards
pragan.