How to make multilanguage site in php?
(like english,tamil)
Answer Posted / nitin soni
This is very easy. Showing data is hold in variables
(english.php and tamil.php) and change php according to
language with the help of cookies.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is use of header() function in php?
How do I run a php file?
What is php? Why it is used?
What is the meaning of php?
How can php and javascript interact?
Why overriding is called runtime polymorphism?
What is mvc php?
What type of operation is needed when passing values through a form or an url?
Tell me how do you define a constant?
What is isset in php?
Which operator is used to combine string values in php?
Explain NULL?
Tell me how the result set of mysql be handled in php?
Tell us how to create an array of a group of items inside an html form?
what is CURL?