I have PHP-MySQL Website with admin panel. I can enter data from admin panel and they display on user side web pages. Now, I want that I should be able to insert text data in English language from admin panel and they should display in 3 different languages at user side.
At user side, I want to give options for visitors to select language preference and user sides pages should display in that selected language. Right now I am completely unaware for what programming related changes I will need to make on user sides pages to make this possible.
I have searched and read some articles on internet but frankly could not find solution that will work for my case. So please help me.
Following things are used / set in my working environment.
- Windows Server 2003
- PHP 5.2.17
- MySQL 5.0.51a (UTF-8 Unicode (utf8))
- XHTML 1.0 Transitional
- meta charset=iso-8859-1
Thank you in advance, KRA