Write a program to get second highest number in an array using php?
No Answer is Posted For this Question
Be the First to Post Answer
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.
Is it possible to get the screen resolution and like with php?
Xplain is it possible to use com component in php?
How to delete file in php?
What are the correct and the most two common way to start and finish a PHP block of code?
hi sir am a fresher just learning LAMP COURSE linux,apache,mysql and php .just i finished my M.C.A 2009 passed out ..can any one tell after i finish this course how much salary we expect in any php based company ? and also tell please how much salary we can demand as a fresher with my M.C.A qualification as a PHP fresher in a company ? how much we get atleast mininum as a PHP fresher in CHENNAI and Bangalore just send ur valuable suggestions to kiranpulsar2007@gmail.com please guide to me sir
What is strstr php?
What is explode() in php?
How to download and install php on windows?
What is data type in php?
What are Routines?
What is the different between count() and sizeof() in php?