auraita
Regular Member
- Dec 30, 2013
- 284
- 282
Hi everybody,
I want to create a simple site that search words in database. (actually a dictionary site ).
as i tried to draw in paint, : ) the user will search a word and results.php will search that word in database and will show. but as you know one word may has meaning.at this point should i create different column for each different mean or if i put them all in same row and separate with "," and result.php when see "," can replace it with number ?
Example ;
In database :
lang 1 : tool
lang 2 : strumento, arnese, attrezzo
result page :
Tool : 1. strumento 2. arnese 3. attrezzo
how can i create a script like that ? or is there any dictionary script in php like this ?
I was searching since 5 days a script but i couldn't find anything like that and what i found was only glossary..
thank you.
Edit : Or maybe i should 2 differents database for each language..
I want to create a simple site that search words in database. (actually a dictionary site ).
as i tried to draw in paint, : ) the user will search a word and results.php will search that word in database and will show. but as you know one word may has meaning.at this point should i create different column for each different mean or if i put them all in same row and separate with "," and result.php when see "," can replace it with number ?
Example ;
In database :
lang 1 : tool
lang 2 : strumento, arnese, attrezzo
result page :
Tool : 1. strumento 2. arnese 3. attrezzo
how can i create a script like that ? or is there any dictionary script in php like this ?
I was searching since 5 days a script but i couldn't find anything like that and what i found was only glossary..
thank you.
Edit : Or maybe i should 2 differents database for each language..
Last edited: