1
i'm busy with a very hard coding project, needed for my site...
i can't disclose url, sorry, but i'll give you as much information as possible.
the process can be divided into a few smaller ones:
1: get all entries from the dictionary module
2: compare the results with every word on the page
3: 2 the same words must result in a rollover link
4: that rollover popup must contain the answer of that dictionary entry (saved in a string)
1 is done with a SELECT query, but i don't know in which file i need to put it.
I don't have any idea how to do 2
3 is just a small dhtml piece of code (easy one... i can do this one)
4 is again a SELECT query (and i don't know in which file, again), combined with some dhtml... (apart from the SELECT query placement, this is easy also)
Could someone help me with this?? thanks!!