how much can a 1yr experienced php programmer earn in india?
Answer Posted / sreenu
depend upon the knowledge and experience
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
Write a program to get lcm of two numbers using php?
What is in php 7?
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?
Explain about looping in PHP?
What is the difference between die () and exit () in php?
Does php need to be installed?
Explain the difference between urlencode and urldecode?
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.
what is PDO?
How to redirect https to http url through .htaccess?
How is it possible to set an infinite execution time for php script?
Tell me what is needed to be able to use image function?
Is facebook still in php?
Write logic to print Floyd's triangle in PHP?
Why do we use interface in php?