I have the following question
1> i hava a file with .inc extension(here i had given filename.inc) and it contains the comma separated values as "EnglishWord"=>"DutchWord" , etc..
I want to perform the search in this file in such a way that -
if the user enters the word in a dutch then it should look in the file and give the corresponding english word
For example
if i entered the word 'Adres' and it should give the 'Address' as result
filename.inc
Code: Select all
"About"=>"Betreft",
"Active Projects"=>"Actieve Projecten",
"Add"=>"Toevoegen",
"Address"=>"Adres",
"Administration"=>"Administratie",
"All"=>"Alle",I would really appreciate any help from forums .
Thanks in advance to all of you !!