what is the current salary package in India for a PHP &
MySQL programmer who has 3 years experience
Answer Posted / amit mca
It's Depend Upon company
| Is This Answer Correct ? | 203 Yes | 15 No |
Post New Answer View All Answers
Inside a php function, what param needs to be set in order to access a global variable?
What is the use of final class in php?
Is php still used?
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 break a file path name into parts?
How to remove an empty directory?
How can we access the data sent through the url with the post method?
How do I install php and apache on windows 10?
How can we encrypt the password using php?
What is php dependency injection?
Which function can be used to exit from the script after displaying the error message?
Is salary a ratio or interval?
Can we set session value in javascript?
How to Pass JSON Data in a URL using CURL in PHP?
What is php used for?