what is the current salary package in India for a PHP &
MySQL programmer who has 3 years experience
Answer Posted / mehul
i m getting 90,000 any body intersted.?
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How can you encrypt password using php?
What are the differences between echo and print?
What is a substring in php?
What is mysql_fetch_object?
What is encapsulation in php?
What are the php variables?
How to check a variable is an array or not in php?
What is urlencode and urldecode in php?
Write a program using while loop in php?
What is csrf token and why it is required?
What is regular expression in php?
Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.
How to insert an new array element in array?
Is php faster than python?
Explain me soundex() and metaphone()?