PDA

View Full Version : same word, multiple definitions, not showing all


medicalhumor
06-12-2008, 09:59 PM
I have multiple records for the same word with different definitions, however, when it displays the words

table
table
table

They all have the same url and all show only ONE of the definitions. I think this is because the url is based on the word, not on the id of the word, so only one is getting pulled. Is there a way to fix this using the id, not the word?

hayrani
08-06-2008, 07:55 PM
come on... is it too so hard?

i dont know php and sql too much. guide us about this problem. dictionaries usually have same vocabularies that have different meanings.

James
08-06-2008, 08:39 PM
I would suggest actually asking a question and asking for help instead of posting like you just did.
The script is working as it was written to.

hayrani
08-07-2008, 08:47 AM
@james, you re right, maybe i was a bit rude. i am sorry. but the person who above me asked for help politely, what about this? :)

all right, i gonna fix this with method trial and error.

would you mind if there can be some changes in your script? (is it allowed to edit script?)

thanks.

James
08-07-2008, 06:24 PM
You can customize your version as much as you want. That is why we do not encrypt the code.
1. so you can edit it.
2. so you know there is no smeaky code in it :)

hayrani
08-08-2008, 09:59 AM
ok, thats good news. thanks.

but i want to declare a bug about dictionary. "no entry found" stuff doesnt work. when user try to find something that no exist in dictionary, coming page is blank, no "no entry found" sign. but when i examine code, i see some algorithm about that. i wish knew sql an php.