am from coimbatore.am learning php&mysql. what will be the
approx salary for me if i get a job in coimbatore.
No Answer is Posted For this Question
Be the First to Post Answer
How can we take a backup of a mysql table and how can we restore it. ?
7 Answers Brain Infosys, Oracle,
How can image properties be retrieved in php?
Which function is used in php to check the data type of any variable?
How can we create a database using PHP and mysql?
4 Answers Rushmore Consultancy,
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 the difference between md5(), crc32() and sha1() crypto on php?
What is isset function in php?
Explain about the $_GET variable of PHP?
PHP can be used frontend of for backend?
Tell me how to get the value of current session id?
What is printf in php?
How can we define a variable accessible in functions of a php script?