i'm developing a website for my final year project entitled foreign workers booking system. Now i got several problems

the problems are:-
1.How to come up with a dwi language website
2.How to make a private mail so that i can send a mail to an employer.
3.How to have a javascript that allows and helps user to fill up the forms easily. The javascript should be able to show the user what to fill up in the particular textbox.

Anyone plz help. i really nid this in my website. PLzzzzzzz

Recommended Answers

All 5 Replies

i'm developing a website for my final year project entitled foreign workers booking system. Now i got several problems

the problems are:-
1.How to come up with a dwi language website
2.How to make a private mail so that i can send a mail to an employer.
3.How to have a javascript that allows and helps user to fill up the forms easily. The javascript should be able to show the user what to fill up in the particular textbox.

Anyone plz help. i really nid this in my website. PLzzzzzzz

1. Put all your words to be translated in CONSTANT VALUES use define(XXX,XXX); create directory of all of your language present on your site. those constant values are the same for every language but there are different meanings.

example:
define('EAT', 'eat'); english
define('EAT', 'kain'); tagalog
define('EAT', 'makan'); malay

your directory, filename, constants
english -> english.php -> call EAT
tagalog -> tagalog.php -> call EAT
malay -> malay.php -> call EAT

2. about emails http://www.daniweb.com/forums/post840442.html#post840442

3. form validation http://www.javascript-coder.com/html-form/javascript-form-validation.phtml

hey thanks for your quick feedback.actually i dont get your explanation about translatting my webpage to dwi language. do you mean i've have to define each and every word in my webpage. Waiting 4 your reply

About the sending message thingy. I want something like the one in daniweb where once i log in i can send message from here and you can reply me back as well. Do the one you gave work as the one in dani web.

hey thanks for your quick feedback.actually i dont get your explanation about translatting my webpage to dwi language. do you mean i've have to define each and every word in my webpage. Waiting 4 your reply

yes all code should be yours...

or http://translate.google.com/translate_tools?hl=en

yes for language google translator is good option.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.