Basic PHP Programming Question:
Download Questions PDF

How can I make a script that can be bilingual (supports English, German)?

Answer:

You can change charset variable in above line in the script to support bilanguage.

Download PHP Interview Questions And Answers PDF

Previous QuestionNext Question
How can we get second of the current time using date function?What are the difference between abstract class and interface?