how much can a 1yr experienced php programmer earn in india?
Answer Posted / uma
When I was a fresher I earned 12000
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How to access a Static Member of a Class 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.
Explain what is smarty?
Tell me how to find current date and time?
What is the correct php command to use to catch any error messages within the code?
What is session in PHP. How to remove data from a session?
What is the difference between client-side and server-side programming?
What is artisan in php?
Which function can be used to exit from the script after displaying the error message?
How cookies are transported from servers to browsers?
What is the functionality of the functions strstr() and stristr()?
What is array filter php?
What are static variables in php?
What the use of var_dump()?
What is the use of die in php?