How can I make a script that can be bilingual (supports english, german)?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of explode() function?
What is the sign to start variables in PHP?
How can you associate a variable with a session?
Which function would you use to format date information in php?
can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com
Explain me what is the use of 'print' in php?
What is the timeout period on session values?
Why do we use polymorphism in php?
Which of the following represents the proper way to set a session variable? Answer: a. $_SESSION['foo'] = 'bar'; b. session_start(); c. session_set_save_handler ('myopen', 'myclose', 'myread', 'mywrite', 'mydelete', 'mygarbage'); d. $foo = $_SESSION['foo']; 2.When administering MySQL, you should make the data directory accessible via the operating system 3.which statement can be used to determine how the optimizer resolves a query
write function of the sentence traversal passing the parameter, e.g input:this is input sentence. output:sentence input is this.
What are the differences between php constants and variables?
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()