Script Fixing
I need some stuff to be fixed on my english-croatian dictionary script. hat is a simple php script with two pages. One for the site and one for admin.
Here is the script:
http://www.rsinternet.hr/dictionary/index.php
What I need.
1. If you open this:
http://www.rsinternet.hr/dictionary/index.php?pr=cat&lan=en
On the bottom are pages. But not working. Need to fix it.
The same is when you enter a croatian word:
http://www.rsinternet.hr/dictionary/index.php?pr=kat&lan=hr
In results is need to be 10 words per page.
2. When you searching for an english word in results, words are in alphabetic order :
http://www.rsinternet.hr/dictionary/index.php?pr=cat&lan=en
That is ok.
The same is need to be with croatian words:
http://www.rsinternet.hr/dictionary/index.php?pr=kat&lan=hr
3. The dictionary have 5 categories. On index I need a drop down menu when you can chose a category for searching.
4. Problem with croatian signs “č” and “c”. When you enter a word “čep” (from Croatian >> English), in result is need to be only words with letters “čep”, but not “cep”.
When you enter a word “cep” then in results is need to be words with letters “čep” also. That is now and that is ok.
That is it.



